Html Css Color HEX #CFB2CE Lilac

📋 copy color: '#CFB2CE'

red 207 ◦ green 178 ◦ blue 206

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

Shades of Lilac #CFB2CE

Tints of Lilac #CFB2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.86%

R = 35.03%
G = 30.12%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFB2CE (or 0xCFB2CE) is known color: Lilac. HEX triplet: CF, B2 and CE. RGB value is (207,178,206). Sum of RGB (Red+Green+Blue) = 207+178+206=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2CE is #304D31. Grayscale: #BDBDBD. Windows color (decimal): -3165490 or 13546191. OLE color: 13546191.

HSL color Cylindrical-coordinate representation of color #CFB2CE: hue angle of 302.07º 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 #CFB2CE is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 206 -
CMYK 0 0.14 0.00 0.19
HSL 302.07º 0.23% 0.75% -
HSV(B) 302.07º 0.14% 0.81% -
XYZ 52.79 49.56 65.18 -
YUV 189.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 207 178 206 0 0.14 0.00 0.19 302.07 0.23 0.75
Hex CF B2 CE 0 E 0 13 12E 17 4B
Octal 317 262 316 0 16 0 23 456 27 113
Binary 11001111 10110010 11001110 0 1110 0 10011 100101110 10111 1001011

Color Harmonies of #CFB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2CE

Black with #CFB2CE

Text Example


Text Example

White with #CFB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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