Html Css Color HEX #CEA0BB Lily

📋 copy color: '#CEA0BB'

red 206 ◦ green 160 ◦ blue 187

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

Shades of Lily #CEA0BB

Tints of Lily #CEA0BB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.93%

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

R = 37.25%
G = 28.93%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CEA0BB (or 0xCEA0BB) is known color: Lily. HEX triplet: CE, A0 and BB. RGB value is (206,160,187). Sum of RGB (Red+Green+Blue) = 206+160+187=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0BB is #315F44. Grayscale: #B0B0B0. Windows color (decimal): -3235653 or 12296398. OLE color: 12296398.

HSL color Cylindrical-coordinate representation of color #CEA0BB: hue angle of 324.78º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA0BB is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 160 187 -
CMYK 0 0.22 0.09 0.19
HSL 324.78º 0.32% 0.72% -
HSV(B) 324.78º 0.22% 0.81% -
XYZ 46.99 41.85 52.61 -
YUV 176.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 206 160 187 0 0.22 0.09 0.19 324.78 0.32 0.72
Hex CE A0 BB 0 16 9 13 145 20 48
Octal 316 240 273 0 26 11 23 505 40 110
Binary 11001110 10100000 10111011 0 10110 1001 10011 101000101 100000 1001000

Color Harmonies of #CEA0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0BB

Black with #CEA0BB

Text Example


Text Example

White with #CEA0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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