Html Css Color HEX #CE85BA Lily

📋 copy color: '#CE85BA'

red 206 ◦ green 133 ◦ blue 186

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

Shades of Lily #CE85BA

Tints of Lily #CE85BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 39.24%
G = 25.33%
B = 35.43%

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

#CE85BA (or 0xCE85BA) is known color: Lily. HEX triplet: CE, 85 and BA. RGB value is (206,133,186). Sum of RGB (Red+Green+Blue) = 206+133+186=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85BA is #317A45. Grayscale: #A0A0A0. Windows color (decimal): -3242566 or 12223950. OLE color: 12223950.

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

Color convert

RGB 206 133 186 -
CMYK 0 0.35 0.10 0.19
HSL 316.44º 0.43% 0.66% -
HSV(B) 316.44º 0.35% 0.81% -
XYZ 42.7 33.44 50.66 -
YUV 160.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 206 133 186 0 0.35 0.10 0.19 316.44 0.43 0.66
Hex CE 85 BA 0 23 A 13 13C 2B 42
Octal 316 205 272 0 43 12 23 474 53 102
Binary 11001110 10000101 10111010 0 100011 1010 10011 100111100 101011 1000010

Color Harmonies of #CE85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85BA

Black with #CE85BA

Text Example


Text Example

White with #CE85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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