Html Css Color HEX #CE99C0 Lily

📋 copy color: '#CE99C0'

red 206 ◦ green 153 ◦ blue 192

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

Shades of Lily #CE99C0

Tints of Lily #CE99C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.85%

R = 37.39%
G = 27.77%
B = 34.85%

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

#CE99C0 (or 0xCE99C0) is known color: Lily. HEX triplet: CE, 99 and C0. RGB value is (206,153,192). Sum of RGB (Red+Green+Blue) = 206+153+192=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99C0 is #31663F. Grayscale: #ADADAD. Windows color (decimal): -3237440 or 12622286. OLE color: 12622286.

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

Color convert

RGB 206 153 192 -
CMYK 0 0.26 0.07 0.19
HSL 315.85º 0.35% 0.7% -
HSV(B) 315.85º 0.26% 0.81% -
XYZ 46.36 39.71 55.09 -
YUV 173.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 206 153 192 0 0.26 0.07 0.19 315.85 0.35 0.7
Hex CE 99 C0 0 1A 7 13 13C 23 46
Octal 316 231 300 0 32 7 23 474 43 106
Binary 11001110 10011001 11000000 0 11010 111 10011 100111100 100011 1000110

Color Harmonies of #CE99C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99C0

Black with #CE99C0

Text Example


Text Example

White with #CE99C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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