Html Css Color HEX #CEA5B6 Lily

📋 copy color: '#CEA5B6'

red 206 ◦ green 165 ◦ blue 182

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

Shades of Lily #CEA5B6

Tints of Lily #CEA5B6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.84%

 BLUE value IS 182 (71.48% from 255) = 32.91%

R = 37.25%
G = 29.84%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CEA5B6 (or 0xCEA5B6) is known color: Lily. HEX triplet: CE, A5 and B6. RGB value is (206,165,182). Sum of RGB (Red+Green+Blue) = 206+165+182=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5B6 is #315A49. Grayscale: #B3B3B3. Windows color (decimal): -3234378 or 11969998. OLE color: 11969998.

HSL color Cylindrical-coordinate representation of color #CEA5B6: hue angle of 335.12º degrees, saturation: 0.29, 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 #CEA5B6 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 165 182 -
CMYK 0 0.20 0.12 0.19
HSL 335.12º 0.29% 0.73% -
HSV(B) 335.12º 0.2% 0.81% -
XYZ 47.35 43.41 50.14 -
YUV 179.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 206 165 182 0 0.20 0.12 0.19 335.12 0.29 0.73
Hex CE A5 B6 0 14 C 13 14F 1D 49
Octal 316 245 266 0 24 14 23 517 35 111
Binary 11001110 10100101 10110110 0 10100 1100 10011 101001111 11101 1001001

Color Harmonies of #CEA5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA5B6

Black with #CEA5B6

Text Example


Text Example

White with #CEA5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA5B6; }

 p { color: rgb(206,165,182); }

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

background-color css

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

 a { background-color: rgb(206,165,182); }

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

border-color css

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

 span { border-color: rgb(206,165,182); }

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