Html Css Color HEX #CFB0CB Lilac

📋 copy color: '#CFB0CB'

red 207 ◦ green 176 ◦ blue 203

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

Shades of Lilac #CFB0CB

Tints of Lilac #CFB0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.64%

R = 35.32%
G = 30.03%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CFB0CB (or 0xCFB0CB) is known color: Lilac. HEX triplet: CF, B0 and CB. RGB value is (207,176,203). Sum of RGB (Red+Green+Blue) = 207+176+203=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0CB is #304F34. Grayscale: #BCBCBC. Windows color (decimal): -3166005 or 13349071. OLE color: 13349071.

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

Color convert

RGB 207 176 203 -
CMYK 0 0.15 0.02 0.19
HSL 307.74º 0.24% 0.75% -
HSV(B) 307.74º 0.15% 0.81% -
XYZ 52.04 48.63 63.14 -
YUV 188.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 207 176 203 0 0.15 0.02 0.19 307.74 0.24 0.75
Hex CF B0 CB 0 F 2 13 134 18 4B
Octal 317 260 313 0 17 2 23 464 30 113
Binary 11001111 10110000 11001011 0 1111 10 10011 100110100 11000 1001011

Color Harmonies of #CFB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0CB

Black with #CFB0CB

Text Example


Text Example

White with #CFB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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