Html Css Color HEX #CE95B8 Lily

📋 copy color: '#CE95B8'

red 206 ◦ green 149 ◦ blue 184

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

Shades of Lily #CE95B8

Tints of Lily #CE95B8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.64%

 BLUE value IS 184 (72.27% from 255) = 34.14%

R = 38.22%
G = 27.64%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE95B8 (or 0xCE95B8) is known color: Lily. HEX triplet: CE, 95 and B8. RGB value is (206,149,184). Sum of RGB (Red+Green+Blue) = 206+149+184=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95B8 is #316A47. Grayscale: #A9A9A9. Windows color (decimal): -3238472 or 12096974. OLE color: 12096974.

HSL color Cylindrical-coordinate representation of color #CE95B8: hue angle of 323.16º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE95B8 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 149 184 -
CMYK 0 0.28 0.11 0.19
HSL 323.16º 0.37% 0.7% -
HSV(B) 323.16º 0.28% 0.81% -
XYZ 44.85 38.08 50.33 -
YUV 170.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 206 149 184 0 0.28 0.11 0.19 323.16 0.37 0.7
Hex CE 95 B8 0 1C B 13 143 25 46
Octal 316 225 270 0 34 13 23 503 45 106
Binary 11001110 10010101 10111000 0 11100 1011 10011 101000011 100101 1000110

Color Harmonies of #CE95B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95B8

Black with #CE95B8

Text Example


Text Example

White with #CE95B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95B8; }

 p { color: rgb(206,149,184); }

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

background-color css

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

 a { background-color: rgb(206,149,184); }

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

border-color css

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

 span { border-color: rgb(206,149,184); }

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