Html Css Color HEX #CFB0CE Lilac

📋 copy color: '#CFB0CE'

red 207 ◦ green 176 ◦ blue 206

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

Shades of Lilac #CFB0CE

Tints of Lilac #CFB0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.88%

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

R = 35.14%
G = 29.88%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFB0CE (or 0xCFB0CE) is known color: Lilac. HEX triplet: CF, B0 and CE. RGB value is (207,176,206). Sum of RGB (Red+Green+Blue) = 207+176+206=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0CE is #304F31. Grayscale: #BCBCBC. Windows color (decimal): -3166002 or 13545679. OLE color: 13545679.

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

Color convert

RGB 207 176 206 -
CMYK 0 0.15 0.00 0.19
HSL 301.94º 0.24% 0.75% -
HSV(B) 301.94º 0.15% 0.81% -
XYZ 52.4 48.77 65.04 -
YUV 188.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 207 176 206 0 0.15 0.00 0.19 301.94 0.24 0.75
Hex CF B0 CE 0 F 0 13 12E 18 4B
Octal 317 260 316 0 17 0 23 456 30 113
Binary 11001111 10110000 11001110 0 1111 0 10011 100101110 11000 1001011

Color Harmonies of #CFB0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0CE

Black with #CFB0CE

Text Example


Text Example

White with #CFB0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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