Html Css Color HEX #CE98B9 Lily

📋 copy color: '#CE98B9'

red 206 ◦ green 152 ◦ blue 185

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

Shades of Lily #CE98B9

Tints of Lily #CE98B9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.99%

 BLUE value IS 185 (72.66% from 255) = 34.07%

R = 37.94%
G = 27.99%
B = 34.07%

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

#CE98B9 (or 0xCE98B9) is known color: Lily. HEX triplet: CE, 98 and B9. RGB value is (206,152,185). Sum of RGB (Red+Green+Blue) = 206+152+185=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98B9 is #316746. Grayscale: #ABABAB. Windows color (decimal): -3237703 or 12163278. OLE color: 12163278.

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

Color convert

RGB 206 152 185 -
CMYK 0 0.26 0.10 0.19
HSL 323.33º 0.36% 0.7% -
HSV(B) 323.33º 0.26% 0.81% -
XYZ 45.44 39.08 51.05 -
YUV 171.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 206 152 185 0 0.26 0.10 0.19 323.33 0.36 0.7
Hex CE 98 B9 0 1A A 13 143 24 46
Octal 316 230 271 0 32 12 23 503 44 106
Binary 11001110 10011000 10111001 0 11010 1010 10011 101000011 100100 1000110

Color Harmonies of #CE98B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE98B9

Black with #CE98B9

Text Example


Text Example

White with #CE98B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE98B9; }

 p { color: rgb(206,152,185); }

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

background-color css

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

 a { background-color: rgb(206,152,185); }

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

border-color css

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

 span { border-color: rgb(206,152,185); }

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