Html Css Color HEX #CE99BF Lily

📋 copy color: '#CE99BF'

red 206 ◦ green 153 ◦ blue 191

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

Shades of Lily #CE99BF

Tints of Lily #CE99BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.73%

R = 37.45%
G = 27.82%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE99BF (or 0xCE99BF) is known color: Lily. HEX triplet: CE, 99 and BF. RGB value is (206,153,191). Sum of RGB (Red+Green+Blue) = 206+153+191=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99BF is #316640. Grayscale: #ADADAD. Windows color (decimal): -3237441 or 12556750. OLE color: 12556750.

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

Color convert

RGB 206 153 191 -
CMYK 0 0.26 0.07 0.19
HSL 316.98º 0.35% 0.7% -
HSV(B) 316.98º 0.26% 0.81% -
XYZ 46.25 39.67 54.51 -
YUV 173.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 206 153 191 0 0.26 0.07 0.19 316.98 0.35 0.7
Hex CE 99 BF 0 1A 7 13 13D 23 46
Octal 316 231 277 0 32 7 23 475 43 106
Binary 11001110 10011001 10111111 0 11010 111 10011 100111101 100011 1000110

Color Harmonies of #CE99BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99BF

Black with #CE99BF

Text Example


Text Example

White with #CE99BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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