Html Css Color HEX #CEA2B8 Lily

📋 copy color: '#CEA2B8'

red 206 ◦ green 162 ◦ blue 184

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

Shades of Lily #CEA2B8

Tints of Lily #CEA2B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.33%

R = 37.32%
G = 29.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CEA2B8 (or 0xCEA2B8) is known color: Lily. HEX triplet: CE, A2 and B8. RGB value is (206,162,184). Sum of RGB (Red+Green+Blue) = 206+162+184=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2B8 is #315D47. Grayscale: #B1B1B1. Windows color (decimal): -3235144 or 12100302. OLE color: 12100302.

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

Color convert

RGB 206 162 184 -
CMYK 0 0.21 0.11 0.19
HSL 330º 0.31% 0.72% -
HSV(B) 330º 0.21% 0.81% -
XYZ 47.03 42.42 51.06 -
YUV 177.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 206 162 184 0 0.21 0.11 0.19 330 0.31 0.72
Hex CE A2 B8 0 15 B 13 14A 1F 48
Octal 316 242 270 0 25 13 23 512 37 110
Binary 11001110 10100010 10111000 0 10101 1011 10011 101001010 11111 1001000

Color Harmonies of #CEA2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2B8

Black with #CEA2B8

Text Example


Text Example

White with #CEA2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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