Html Css Color HEX #CEA4BB Lily

📋 copy color: '#CEA4BB'

red 206 ◦ green 164 ◦ blue 187

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

Shades of Lily #CEA4BB

Tints of Lily #CEA4BB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.44%

 BLUE value IS 187 (73.44% from 255) = 33.57%

R = 36.98%
G = 29.44%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CEA4BB (or 0xCEA4BB) is known color: Lily. HEX triplet: CE, A4 and BB. RGB value is (206,164,187). Sum of RGB (Red+Green+Blue) = 206+164+187=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4BB is #315B44. Grayscale: #B3B3B3. Windows color (decimal): -3234629 or 12297422. OLE color: 12297422.

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

Color convert

RGB 206 164 187 -
CMYK 0 0.20 0.09 0.19
HSL 327.14º 0.3% 0.73% -
HSV(B) 327.14º 0.2% 0.81% -
XYZ 47.7 43.26 52.85 -
YUV 179.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 206 164 187 0 0.20 0.09 0.19 327.14 0.3 0.73
Hex CE A4 BB 0 14 9 13 147 1E 49
Octal 316 244 273 0 24 11 23 507 36 111
Binary 11001110 10100100 10111011 0 10100 1001 10011 101000111 11110 1001001

Color Harmonies of #CEA4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA4BB

Black with #CEA4BB

Text Example


Text Example

White with #CEA4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA4BB; }

 p { color: rgb(206,164,187); }

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

background-color css

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

 a { background-color: rgb(206,164,187); }

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

border-color css

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

 span { border-color: rgb(206,164,187); }

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