#EBCCD7

Color #EBCCD7 Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #EBCCD7

Tints of Prim #EBCCD7

Color information

#EBCCD7 (or 0xEBCCD7) is unknown color: approx Prim. HEX triplet: EB, CC and D7. RGB value is (235,204,215). Sum of RGB (Red+Green+Blue) = 235+204+215=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCD7 is #143328. Grayscale: #D6D6D6. Windows color (decimal): -1323817 or 14142699. OLE color: 14142699.

HSL color Cylindrical-coordinate representation of color #EBCCD7: hue angle of 338.71º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCCD7 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235204215-
CMYK00.130.090.08
HSL338.71º43.66%86.08%-
HSV(B)338.71º13.19%92.16%-
XYZ68.1265.7573.39-
YUV214.52128.27142.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 215 (84.38% from 255) = 32.87%
R=35.93%
G=31.19%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520421500.130.090.08338.7143.6686.08
HexEBCCD70D981532c56
Octal353314327015111052354126
Binary11101011110011001101011101101100110001010100111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCD7; }

 p { color: rgb(235,204,215); }

 H1.HeaderClassName
 {
   color: #EBCCD7;
 }
 .AnyTagClassName
 {
   color: #EBCCD7;
 }
</style>
background-color css

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

 a { background-color: rgb(235,204,215); }

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

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

 span { border-color: rgb(235,204,215); }

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