Html Css Color HEX #CEA4B5 Lily

📋 copy color: '#CEA4B5'

red 206 ◦ green 164 ◦ blue 181

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

Shades of Lily #CEA4B5

Tints of Lily #CEA4B5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.76%

 BLUE value IS 181 (71.09% from 255) = 32.85%

R = 37.39%
G = 29.76%
B = 32.85%

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

#CEA4B5 (or 0xCEA4B5) is known color: Lily. HEX triplet: CE, A4 and B5. RGB value is (206,164,181). Sum of RGB (Red+Green+Blue) = 206+164+181=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA4B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4B5 is #315B4A. Grayscale: #B2B2B2. Windows color (decimal): -3234635 or 11904206. OLE color: 11904206.

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

Color convert

RGB 206 164 181 -
CMYK 0 0.20 0.12 0.19
HSL 335.71º 0.3% 0.73% -
HSV(B) 335.71º 0.2% 0.81% -
XYZ 47.07 43.01 49.54 -
YUV 178.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 206 164 181 0 0.20 0.12 0.19 335.71 0.3 0.73
Hex CE A4 B5 0 14 C 13 150 1E 49
Octal 316 244 265 0 24 14 23 520 36 111
Binary 11001110 10100100 10110101 0 10100 1100 10011 101010000 11110 1001001

Color Harmonies of #CEA4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA4B5

Black with #CEA4B5

Text Example


Text Example

White with #CEA4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA4B5; }

 p { color: rgb(206,164,181); }

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

background-color css

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

 a { background-color: rgb(206,164,181); }

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

border-color css

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

 span { border-color: rgb(206,164,181); }

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