Html Css Color HEX #CE98B2 Lily

📋 copy color: '#CE98B2'

red 206 ◦ green 152 ◦ blue 178

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

Shades of Lily #CE98B2

Tints of Lily #CE98B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.21%

R = 38.43%
G = 28.36%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE98B2 (or 0xCE98B2) is known color: Lily. HEX triplet: CE, 98 and B2. RGB value is (206,152,178). Sum of RGB (Red+Green+Blue) = 206+152+178=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE98B2 is #31674D. Grayscale: #ABABAB. Windows color (decimal): -3237710 or 11704526. OLE color: 11704526.

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

Color convert

RGB 206 152 178 -
CMYK 0 0.26 0.14 0.19
HSL 331.11º 0.36% 0.7% -
HSV(B) 331.11º 0.26% 0.81% -
XYZ 44.72 38.79 47.25 -
YUV 171.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 206 152 178 0 0.26 0.14 0.19 331.11 0.36 0.7
Hex CE 98 B2 0 1A E 13 14B 24 46
Octal 316 230 262 0 32 16 23 513 44 106
Binary 11001110 10011000 10110010 0 11010 1110 10011 101001011 100100 1000110

Color Harmonies of #CE98B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE98B2

Black with #CE98B2

Text Example


Text Example

White with #CE98B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE98B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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