Html Css Color HEX #CEA8B9 Lily

📋 copy color: '#CEA8B9'

red 206 ◦ green 168 ◦ blue 185

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

Shades of Lily #CEA8B9

Tints of Lily #CEA8B9

RGB

 RED value IS 206 (80.86% from 255) = 36.85%

 GREEN value IS 168 (66.02% from 255) = 30.05%

 BLUE value IS 185 (72.66% from 255) = 33.09%

R = 36.85%
G = 30.05%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEA8B9 (or 0xCEA8B9) is known color: Lily. HEX triplet: CE, A8 and B9. RGB value is (206,168,185). Sum of RGB (Red+Green+Blue) = 206+168+185=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8B9 is #315746. Grayscale: #B5B5B5. Windows color (decimal): -3233607 or 12167374. OLE color: 12167374.

HSL color Cylindrical-coordinate representation of color #CEA8B9: hue angle of 333.16º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA8B9 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 185 -
CMYK 0 0.18 0.10 0.19
HSL 333.16º 0.28% 0.73% -
HSV(B) 333.16º 0.18% 0.81% -
XYZ 48.21 44.63 51.97 -
YUV 181.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 206 168 185 0 0.18 0.10 0.19 333.16 0.28 0.73
Hex CE A8 B9 0 12 A 13 14D 1C 49
Octal 316 250 271 0 22 12 23 515 34 111
Binary 11001110 10101000 10111001 0 10010 1010 10011 101001101 11100 1001001

Color Harmonies of #CEA8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8B9

Black with #CEA8B9

Text Example


Text Example

White with #CEA8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8B9; }

 p { color: rgb(206,168,185); }

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

background-color css

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

 a { background-color: rgb(206,168,185); }

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

border-color css

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

 span { border-color: rgb(206,168,185); }

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