Html Css Color HEX #CE99B4 Lily

📋 copy color: '#CE99B4'

red 206 ◦ green 153 ◦ blue 180

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

Shades of Lily #CE99B4

Tints of Lily #CE99B4

RGB

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

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

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

R = 38.22%
G = 28.39%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE99B4 (or 0xCE99B4) is known color: Lily. HEX triplet: CE, 99 and B4. RGB value is (206,153,180). Sum of RGB (Red+Green+Blue) = 206+153+180=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99B4 is #31664B. Grayscale: #ABABAB. Windows color (decimal): -3237452 or 11835854. OLE color: 11835854.

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

Color convert

RGB 206 153 180 -
CMYK 0 0.26 0.13 0.19
HSL 329.43º 0.35% 0.7% -
HSV(B) 329.43º 0.26% 0.81% -
XYZ 45.08 39.2 48.37 -
YUV 171.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 206 153 180 0 0.26 0.13 0.19 329.43 0.35 0.7
Hex CE 99 B4 0 1A D 13 149 23 46
Octal 316 231 264 0 32 15 23 511 43 106
Binary 11001110 10011001 10110100 0 11010 1101 10011 101001001 100011 1000110

Color Harmonies of #CE99B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE99B4

Black with #CE99B4

Text Example


Text Example

White with #CE99B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE99B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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