Html Css Color HEX #CFB2CC Lilac

📋 copy color: '#CFB2CC'

red 207 ◦ green 178 ◦ blue 204

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

Shades of Lilac #CFB2CC

Tints of Lilac #CFB2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.63%

R = 35.14%
G = 30.22%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFB2CC (or 0xCFB2CC) is known color: Lilac. HEX triplet: CF, B2 and CC. RGB value is (207,178,204). Sum of RGB (Red+Green+Blue) = 207+178+204=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2CC is #304D33. Grayscale: #BDBDBD. Windows color (decimal): -3165492 or 13415119. OLE color: 13415119.

HSL color Cylindrical-coordinate representation of color #CFB2CC: hue angle of 306.21º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB2CC is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 204 -
CMYK 0 0.14 0.01 0.19
HSL 306.21º 0.23% 0.75% -
HSV(B) 306.21º 0.14% 0.81% -
XYZ 52.55 49.47 63.9 -
YUV 189.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 207 178 204 0 0.14 0.01 0.19 306.21 0.23 0.75
Hex CF B2 CC 0 E 1 13 132 17 4B
Octal 317 262 314 0 16 1 23 462 27 113
Binary 11001111 10110010 11001100 0 1110 1 10011 100110010 10111 1001011

Color Harmonies of #CFB2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2CC

Black with #CFB2CC

Text Example


Text Example

White with #CFB2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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