Html Css Color HEX #CEA2B4 Lily

📋 copy color: '#CEA2B4'

red 206 ◦ green 162 ◦ blue 180

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

Shades of Lily #CEA2B4

Tints of Lily #CEA2B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.85%

R = 37.59%
G = 29.56%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CEA2B4 (or 0xCEA2B4) is known color: Lily. HEX triplet: CE, A2 and B4. RGB value is (206,162,180). Sum of RGB (Red+Green+Blue) = 206+162+180=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2B4 is #315D4B. Grayscale: #B1B1B1. Windows color (decimal): -3235148 or 11838158. OLE color: 11838158.

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

Color convert

RGB 206 162 180 -
CMYK 0 0.21 0.13 0.19
HSL 335.45º 0.31% 0.72% -
HSV(B) 335.45º 0.21% 0.81% -
XYZ 46.61 42.26 48.88 -
YUV 177.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 206 162 180 0 0.21 0.13 0.19 335.45 0.31 0.72
Hex CE A2 B4 0 15 D 13 14F 1F 48
Octal 316 242 264 0 25 15 23 517 37 110
Binary 11001110 10100010 10110100 0 10101 1101 10011 101001111 11111 1001000

Color Harmonies of #CEA2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2B4

Black with #CEA2B4

Text Example


Text Example

White with #CEA2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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