Html Css Color HEX #CE9BB4 Lily

📋 copy color: '#CE9BB4'

red 206 ◦ green 155 ◦ blue 180

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

Shades of Lily #CE9BB4

Tints of Lily #CE9BB4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.65%

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

R = 38.08%
G = 28.65%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE9BB4 (or 0xCE9BB4) is known color: Lily. HEX triplet: CE, 9B and B4. RGB value is (206,155,180). Sum of RGB (Red+Green+Blue) = 206+155+180=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BB4 is #31644B. Grayscale: #ADADAD. Windows color (decimal): -3236940 or 11836366. OLE color: 11836366.

HSL color Cylindrical-coordinate representation of color #CE9BB4: hue angle of 330.59º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CE9BB4 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 155 180 -
CMYK 0 0.25 0.13 0.19
HSL 330.59º 0.34% 0.71% -
HSV(B) 330.59º 0.25% 0.81% -
XYZ 45.41 39.86 48.48 -
YUV 173.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 206 155 180 0 0.25 0.13 0.19 330.59 0.34 0.71
Hex CE 9B B4 0 19 D 13 14B 22 47
Octal 316 233 264 0 31 15 23 513 42 107
Binary 11001110 10011011 10110100 0 11001 1101 10011 101001011 100010 1000111

Color Harmonies of #CE9BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BB4

Black with #CE9BB4

Text Example


Text Example

White with #CE9BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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