Html Css Color HEX #CE99BA Lily

📋 copy color: '#CE99BA'

red 206 ◦ green 153 ◦ blue 186

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

Shades of Lily #CE99BA

Tints of Lily #CE99BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.13%

R = 37.8%
G = 28.07%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE99BA (or 0xCE99BA) is known color: Lily. HEX triplet: CE, 99 and BA. RGB value is (206,153,186). Sum of RGB (Red+Green+Blue) = 206+153+186=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99BA is #316645. Grayscale: #ACACAC. Windows color (decimal): -3237446 or 12229070. OLE color: 12229070.

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

Color convert

RGB 206 153 186 -
CMYK 0 0.26 0.10 0.19
HSL 322.64º 0.35% 0.7% -
HSV(B) 322.64º 0.26% 0.81% -
XYZ 45.71 39.45 51.66 -
YUV 172.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 206 153 186 0 0.26 0.10 0.19 322.64 0.35 0.7
Hex CE 99 BA 0 1A A 13 143 23 46
Octal 316 231 272 0 32 12 23 503 43 106
Binary 11001110 10011001 10111010 0 11010 1010 10011 101000011 100011 1000110

Color Harmonies of #CE99BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99BA

Black with #CE99BA

Text Example


Text Example

White with #CE99BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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