Html Css Color HEX #CEA0B9 Lily

📋 copy color: '#CEA0B9'

red 206 ◦ green 160 ◦ blue 185

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

Shades of Lily #CEA0B9

Tints of Lily #CEA0B9

RGB

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

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

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

R = 37.39%
G = 29.04%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEA0B9 (or 0xCEA0B9) is known color: Lily. HEX triplet: CE, A0 and B9. RGB value is (206,160,185). Sum of RGB (Red+Green+Blue) = 206+160+185=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0B9 is #315F46. Grayscale: #B0B0B0. Windows color (decimal): -3235655 or 12165326. OLE color: 12165326.

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

Color convert

RGB 206 160 185 -
CMYK 0 0.22 0.10 0.19
HSL 327.39º 0.32% 0.72% -
HSV(B) 327.39º 0.22% 0.81% -
XYZ 46.78 41.77 51.49 -
YUV 176.6 132.74 148.97 -
System Red Green Blue C M Y K H S L
Decimal 206 160 185 0 0.22 0.10 0.19 327.39 0.32 0.72
Hex CE A0 B9 0 16 A 13 147 20 48
Octal 316 240 271 0 26 12 23 507 40 110
Binary 11001110 10100000 10111001 0 10110 1010 10011 101000111 100000 1001000

Color Harmonies of #CEA0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0B9

Black with #CEA0B9

Text Example


Text Example

White with #CEA0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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