Html Css Color HEX #CE99BD Lily

📋 copy color: '#CE99BD'

red 206 ◦ green 153 ◦ blue 189

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

Shades of Lily #CE99BD

Tints of Lily #CE99BD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.92%

 BLUE value IS 189 (74.22% from 255) = 34.49%

R = 37.59%
G = 27.92%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE99BD (or 0xCE99BD) is known color: Lily. HEX triplet: CE, 99 and BD. RGB value is (206,153,189). Sum of RGB (Red+Green+Blue) = 206+153+189=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99BD is #316642. Grayscale: #ACACAC. Windows color (decimal): -3237443 or 12425678. OLE color: 12425678.

HSL color Cylindrical-coordinate representation of color #CE99BD: hue angle of 319.25º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE99BD is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 153 189 -
CMYK 0 0.26 0.08 0.19
HSL 319.25º 0.35% 0.7% -
HSV(B) 319.25º 0.26% 0.81% -
XYZ 46.03 39.58 53.36 -
YUV 172.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 206 153 189 0 0.26 0.08 0.19 319.25 0.35 0.7
Hex CE 99 BD 0 1A 8 13 13F 23 46
Octal 316 231 275 0 32 10 23 477 43 106
Binary 11001110 10011001 10111101 0 11010 1000 10011 100111111 100011 1000110

Color Harmonies of #CE99BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99BD

Black with #CE99BD

Text Example


Text Example

White with #CE99BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99BD; }

 p { color: rgb(206,153,189); }

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

background-color css

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

 a { background-color: rgb(206,153,189); }

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

border-color css

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

 span { border-color: rgb(206,153,189); }

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