Html Css Color HEX #CE85B9 Lily

📋 copy color: '#CE85B9'

red 206 ◦ green 133 ◦ blue 185

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

Shades of Lily #CE85B9

Tints of Lily #CE85B9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.38%

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

R = 39.31%
G = 25.38%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE85B9 (or 0xCE85B9) is known color: Lily. HEX triplet: CE, 85 and B9. RGB value is (206,133,185). Sum of RGB (Red+Green+Blue) = 206+133+185=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85B9 is #317A46. Grayscale: #A0A0A0. Windows color (decimal): -3242567 or 12158414. OLE color: 12158414.

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

Color convert

RGB 206 133 185 -
CMYK 0 0.35 0.10 0.19
HSL 317.26º 0.43% 0.66% -
HSV(B) 317.26º 0.35% 0.81% -
XYZ 42.6 33.4 50.1 -
YUV 160.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 206 133 185 0 0.35 0.10 0.19 317.26 0.43 0.66
Hex CE 85 B9 0 23 A 13 13D 2B 42
Octal 316 205 271 0 43 12 23 475 53 102
Binary 11001110 10000101 10111001 0 100011 1010 10011 100111101 101011 1000010

Color Harmonies of #CE85B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85B9

Black with #CE85B9

Text Example


Text Example

White with #CE85B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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