Html Css Color HEX #CEA6B9 Lily

📋 copy color: '#CEA6B9'

red 206 ◦ green 166 ◦ blue 185

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

Shades of Lily #CEA6B9

Tints of Lily #CEA6B9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.8%

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

R = 36.98%
G = 29.8%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEA6B9 (or 0xCEA6B9) is known color: Lily. HEX triplet: CE, A6 and B9. RGB value is (206,166,185). Sum of RGB (Red+Green+Blue) = 206+166+185=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6B9 is #315946. Grayscale: #B4B4B4. Windows color (decimal): -3234119 or 12166862. OLE color: 12166862.

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

Color convert

RGB 206 166 185 -
CMYK 0 0.19 0.10 0.19
HSL 331.5º 0.29% 0.73% -
HSV(B) 331.5º 0.19% 0.81% -
XYZ 47.85 43.9 51.85 -
YUV 180.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 206 166 185 0 0.19 0.10 0.19 331.5 0.29 0.73
Hex CE A6 B9 0 13 A 13 14C 1D 49
Octal 316 246 271 0 23 12 23 514 35 111
Binary 11001110 10100110 10111001 0 10011 1010 10011 101001100 11101 1001001

Color Harmonies of #CEA6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6B9

Black with #CEA6B9

Text Example


Text Example

White with #CEA6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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