Html Css Color HEX #CEA7BA Lily

📋 copy color: '#CEA7BA'

red 206 ◦ green 167 ◦ blue 186

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

Shades of Lily #CEA7BA

Tints of Lily #CEA7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.87%

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

R = 36.85%
G = 29.87%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEA7BA (or 0xCEA7BA) is known color: Lily. HEX triplet: CE, A7 and BA. RGB value is (206,167,186). Sum of RGB (Red+Green+Blue) = 206+167+186=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7BA is #315845. Grayscale: #B4B4B4. Windows color (decimal): -3233862 or 12232654. OLE color: 12232654.

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

Color convert

RGB 206 167 186 -
CMYK 0 0.19 0.10 0.19
HSL 330.77º 0.28% 0.73% -
HSV(B) 330.77º 0.19% 0.81% -
XYZ 48.14 44.3 52.47 -
YUV 180.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 206 167 186 0 0.19 0.10 0.19 330.77 0.28 0.73
Hex CE A7 BA 0 13 A 13 14B 1C 49
Octal 316 247 272 0 23 12 23 513 34 111
Binary 11001110 10100111 10111010 0 10011 1010 10011 101001011 11100 1001001

Color Harmonies of #CEA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA7BA

Black with #CEA7BA

Text Example


Text Example

White with #CEA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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