Html Css Color HEX #CEA0B7 Lily

📋 copy color: '#CEA0B7'

red 206 ◦ green 160 ◦ blue 183

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

Shades of Lily #CEA0B7

Tints of Lily #CEA0B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.33%

R = 37.52%
G = 29.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CEA0B7 (or 0xCEA0B7) is known color: Lily. HEX triplet: CE, A0 and B7. RGB value is (206,160,183). Sum of RGB (Red+Green+Blue) = 206+160+183=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0B7 is #315F48. Grayscale: #B0B0B0. Windows color (decimal): -3235657 or 12034254. OLE color: 12034254.

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

Color convert

RGB 206 160 183 -
CMYK 0 0.22 0.11 0.19
HSL 330º 0.32% 0.72% -
HSV(B) 330º 0.22% 0.81% -
XYZ 46.57 41.68 50.39 -
YUV 176.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 206 160 183 0 0.22 0.11 0.19 330 0.32 0.72
Hex CE A0 B7 0 16 B 13 14A 20 48
Octal 316 240 267 0 26 13 23 512 40 110
Binary 11001110 10100000 10110111 0 10110 1011 10011 101001010 100000 1001000

Color Harmonies of #CEA0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0B7

Black with #CEA0B7

Text Example


Text Example

White with #CEA0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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