#CFB2CC

Color #CFB2CC Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CFB2CC

Tints of Lilac #CFB2CC

Color information

#CFB2CC (or 0xCFB2CC) is unknown color: approx 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

RGB207178204-
CMYK00.140.010.19
HSL306.21º23.2%75.49%-
HSV(B)306.21º14.01%81.18%-
XYZ52.5549.4763.9-
YUV189.64136.11140.39-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717820400.140.010.19306.2123.275.49
HexCFB2CC0E113132174b
Octal31726231401612346227113
Binary11001111101100101100110001110110011100110010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>