Html Css Color HEX #CEA1B1 Lily

📋 copy color: '#CEA1B1'

red 206 ◦ green 161 ◦ blue 177

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

Shades of Lily #CEA1B1

Tints of Lily #CEA1B1

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.6%

 BLUE value IS 177 (69.53% from 255) = 32.54%

R = 37.87%
G = 29.6%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CEA1B1 (or 0xCEA1B1) is known color: Lily. HEX triplet: CE, A1 and B1. RGB value is (206,161,177). Sum of RGB (Red+Green+Blue) = 206+161+177=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA1B1 is #315E4E. Grayscale: #B0B0B0. Windows color (decimal): -3235407 or 11641294. OLE color: 11641294.

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

Color convert

RGB 206 161 177 -
CMYK 0 0.22 0.14 0.19
HSL 338.67º 0.31% 0.72% -
HSV(B) 338.67º 0.22% 0.81% -
XYZ 46.13 41.79 47.23 -
YUV 176.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 206 161 177 0 0.22 0.14 0.19 338.67 0.31 0.72
Hex CE A1 B1 0 16 E 13 153 1F 48
Octal 316 241 261 0 26 16 23 523 37 110
Binary 11001110 10100001 10110001 0 10110 1110 10011 101010011 11111 1001000

Color Harmonies of #CEA1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1B1

Black with #CEA1B1

Text Example


Text Example

White with #CEA1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1B1; }

 p { color: rgb(206,161,177); }

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

background-color css

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

 a { background-color: rgb(206,161,177); }

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

border-color css

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

 span { border-color: rgb(206,161,177); }

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