Html Css Color HEX #CFB2D5 Prelude

📋 copy color: '#CFB2D5'

red 207 ◦ green 178 ◦ blue 213

#CFB2D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CFB2D5

Tints of Prelude #CFB2D5

RGB

 RED value IS 207 (81.25% from 255) = 34.62%

 GREEN value IS 178 (69.92% from 255) = 29.77%

 BLUE value IS 213 (83.59% from 255) = 35.62%

R = 34.62%
G = 29.77%
B = 35.62%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFB2D5 (or 0xCFB2D5) is known color: Prelude. HEX triplet: CF, B2 and D5. RGB value is (207,178,213). Sum of RGB (Red+Green+Blue) = 207+178+213=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFB2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2D5 is #304D2A. Grayscale: #BEBEBE. Windows color (decimal): -3165483 or 14004943. OLE color: 14004943.

HSL color Cylindrical-coordinate representation of color #CFB2D5: hue angle of 289.71º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFB2D5 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 178 213 -
CMYK 0.03 0.16 0 0.16
HSL 289.71º 0.29% 0.77% -
HSV(B) 289.71º 0.16% 0.84% -
XYZ 53.66 49.91 69.76 -
YUV 190.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 207 178 213 0.03 0.16 0 0.16 289.71 0.29 0.77
Hex CF B2 D5 3 10 0 10 122 1D 4D
Octal 317 262 325 3 20 0 20 442 35 115
Binary 11001111 10110010 11010101 11 10000 0 10000 100100010 11101 1001101

Color Harmonies of #CFB2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2D5

Black with #CFB2D5

Text Example


Text Example

White with #CFB2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2D5; }

 p { color: rgb(207,178,213); }

 H1.HeaderClassName
 {
   color: #CFB2D5;
 }
 .AnyTagClassName
 {
   color: #CFB2D5;
 }
</style>

background-color css

<style>
 a { background-color: #CFB2D5; }

 a { background-color: rgb(207,178,213); }

 div.DivClassName
 {
   background-color: #CFB2D5;
 }
 .BgClassName
 {
   background-color: #CFB2D5;
 }
</style>

border-color css

<style>
 span { border-color: #CFB2D5; }

 span { border-color: rgb(207,178,213); }

 td.TdClassName
 {
   border-color: #CFB2D5;
 }
 .TagClassName
 {
   border-color: #CFB2D5;
 }
</style>