Html Css Color HEX #CEA4BA Lily

📋 copy color: '#CEA4BA'

red 206 ◦ green 164 ◦ blue 186

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

Shades of Lily #CEA4BA

Tints of Lily #CEA4BA

RGB

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

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

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

R = 37.05%
G = 29.5%
B = 33.45%

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

#CEA4BA (or 0xCEA4BA) is known color: Lily. HEX triplet: CE, A4 and BA. RGB value is (206,164,186). Sum of RGB (Red+Green+Blue) = 206+164+186=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4BA is #315B45. Grayscale: #B3B3B3. Windows color (decimal): -3234630 or 12231886. OLE color: 12231886.

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

Color convert

RGB 206 164 186 -
CMYK 0 0.20 0.10 0.19
HSL 328.57º 0.3% 0.73% -
HSV(B) 328.57º 0.2% 0.81% -
XYZ 47.59 43.22 52.29 -
YUV 179.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 206 164 186 0 0.20 0.10 0.19 328.57 0.3 0.73
Hex CE A4 BA 0 14 A 13 149 1E 49
Octal 316 244 272 0 24 12 23 511 36 111
Binary 11001110 10100100 10111010 0 10100 1010 10011 101001001 11110 1001001

Color Harmonies of #CEA4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA4BA

Black with #CEA4BA

Text Example


Text Example

White with #CEA4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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