Html Css Color HEX #CEA2BA Lily

📋 copy color: '#CEA2BA'

red 206 ◦ green 162 ◦ blue 186

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

Shades of Lily #CEA2BA

Tints of Lily #CEA2BA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.24%

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

R = 37.18%
G = 29.24%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEA2BA (or 0xCEA2BA) is known color: Lily. HEX triplet: CE, A2 and BA. RGB value is (206,162,186). Sum of RGB (Red+Green+Blue) = 206+162+186=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2BA is #315D45. Grayscale: #B1B1B1. Windows color (decimal): -3235142 or 12231374. OLE color: 12231374.

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

Color convert

RGB 206 162 186 -
CMYK 0 0.21 0.10 0.19
HSL 327.27º 0.31% 0.72% -
HSV(B) 327.27º 0.21% 0.81% -
XYZ 47.24 42.51 52.17 -
YUV 177.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 206 162 186 0 0.21 0.10 0.19 327.27 0.31 0.72
Hex CE A2 BA 0 15 A 13 147 1F 48
Octal 316 242 272 0 25 12 23 507 37 110
Binary 11001110 10100010 10111010 0 10101 1010 10011 101000111 11111 1001000

Color Harmonies of #CEA2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2BA

Black with #CEA2BA

Text Example


Text Example

White with #CEA2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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