Html Css Color HEX #CE94B9 Lily

📋 copy color: '#CE94B9'

red 206 ◦ green 148 ◦ blue 185

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

Shades of Lily #CE94B9

Tints of Lily #CE94B9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.46%

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

R = 38.22%
G = 27.46%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE94B9 (or 0xCE94B9) is known color: Lily. HEX triplet: CE, 94 and B9. RGB value is (206,148,185). Sum of RGB (Red+Green+Blue) = 206+148+185=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94B9 is #316B46. Grayscale: #A9A9A9. Windows color (decimal): -3238727 or 12162254. OLE color: 12162254.

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

Color convert

RGB 206 148 185 -
CMYK 0 0.28 0.10 0.19
HSL 321.72º 0.37% 0.69% -
HSV(B) 321.72º 0.28% 0.81% -
XYZ 44.8 37.8 50.83 -
YUV 169.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 206 148 185 0 0.28 0.10 0.19 321.72 0.37 0.69
Hex CE 94 B9 0 1C A 13 142 25 45
Octal 316 224 271 0 34 12 23 502 45 105
Binary 11001110 10010100 10111001 0 11100 1010 10011 101000010 100101 1000101

Color Harmonies of #CE94B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94B9

Black with #CE94B9

Text Example


Text Example

White with #CE94B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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