Html Css Color HEX #CE86BB Lily

📋 copy color: '#CE86BB'

red 206 ◦ green 134 ◦ blue 187

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

Shades of Lily #CE86BB

Tints of Lily #CE86BB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.43%

 BLUE value IS 187 (73.44% from 255) = 35.48%

R = 39.09%
G = 25.43%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE86BB (or 0xCE86BB) is known color: Lily. HEX triplet: CE, 86 and BB. RGB value is (206,134,187). Sum of RGB (Red+Green+Blue) = 206+134+187=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86BB is #317944. Grayscale: #A1A1A1. Windows color (decimal): -3242309 or 12289742. OLE color: 12289742.

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

Color convert

RGB 206 134 187 -
CMYK 0 0.35 0.09 0.19
HSL 315.83º 0.42% 0.67% -
HSV(B) 315.83º 0.35% 0.81% -
XYZ 42.95 33.76 51.27 -
YUV 161.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 206 134 187 0 0.35 0.09 0.19 315.83 0.42 0.67
Hex CE 86 BB 0 23 9 13 13C 2A 43
Octal 316 206 273 0 43 11 23 474 52 103
Binary 11001110 10000110 10111011 0 100011 1001 10011 100111100 101010 1000011

Color Harmonies of #CE86BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE86BB

Black with #CE86BB

Text Example


Text Example

White with #CE86BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE86BB; }

 p { color: rgb(206,134,187); }

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

background-color css

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

 a { background-color: rgb(206,134,187); }

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

border-color css

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

 span { border-color: rgb(206,134,187); }

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