Html Css Color HEX #CEA8B6 Lily

📋 copy color: '#CEA8B6'

red 206 ◦ green 168 ◦ blue 182

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

Shades of Lily #CEA8B6

Tints of Lily #CEA8B6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.22%

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

R = 37.05%
G = 30.22%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CEA8B6 (or 0xCEA8B6) is known color: Lily. HEX triplet: CE, A8 and B6. RGB value is (206,168,182). Sum of RGB (Red+Green+Blue) = 206+168+182=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8B6 is #315749. Grayscale: #B4B4B4. Windows color (decimal): -3233610 or 11970766. OLE color: 11970766.

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

Color convert

RGB 206 168 182 -
CMYK 0 0.18 0.12 0.19
HSL 337.89º 0.28% 0.73% -
HSV(B) 337.89º 0.18% 0.81% -
XYZ 47.9 44.5 50.32 -
YUV 180.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 206 168 182 0 0.18 0.12 0.19 337.89 0.28 0.73
Hex CE A8 B6 0 12 C 13 152 1C 49
Octal 316 250 266 0 22 14 23 522 34 111
Binary 11001110 10101000 10110110 0 10010 1100 10011 101010010 11100 1001001

Color Harmonies of #CEA8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8B6

Black with #CEA8B6

Text Example


Text Example

White with #CEA8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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