Html Css Color HEX #CEA5BA Lily

📋 copy color: '#CEA5BA'

red 206 ◦ green 165 ◦ blue 186

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

Shades of Lily #CEA5BA

Tints of Lily #CEA5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.39%

R = 36.98%
G = 29.62%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEA5BA (or 0xCEA5BA) is known color: Lily. HEX triplet: CE, A5 and BA. RGB value is (206,165,186). Sum of RGB (Red+Green+Blue) = 206+165+186=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5BA is #315A45. Grayscale: #B3B3B3. Windows color (decimal): -3234374 or 12232142. OLE color: 12232142.

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

Color convert

RGB 206 165 186 -
CMYK 0 0.20 0.10 0.19
HSL 329.27º 0.29% 0.73% -
HSV(B) 329.27º 0.2% 0.81% -
XYZ 47.77 43.58 52.35 -
YUV 179.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 206 165 186 0 0.20 0.10 0.19 329.27 0.29 0.73
Hex CE A5 BA 0 14 A 13 149 1D 49
Octal 316 245 272 0 24 12 23 511 35 111
Binary 11001110 10100101 10111010 0 10100 1010 10011 101001001 11101 1001001

Color Harmonies of #CEA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA5BA

Black with #CEA5BA

Text Example


Text Example

White with #CEA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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