#ECBCCF

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

Shades of Chantilly #ECBCCF

Tints of Chantilly #ECBCCF

Color information

#ECBCCF (or 0xECBCCF) is unknown color: approx Chantilly. HEX triplet: EC, BC and CF. RGB value is (236,188,207). Sum of RGB (Red+Green+Blue) = 236+188+207=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCCF is #134330. Grayscale: #CCCCCC. Windows color (decimal): -1262385 or 13614316. OLE color: 13614316.

HSL color Cylindrical-coordinate representation of color #ECBCCF: hue angle of 336.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBCCF is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB236188207-
CMYK00.200.120.07
HSL336.25º55.81%83.14%-
HSV(B)336.25º20.34%92.55%-
XYZ63.8458.366.92-
YUV204.52129.4150.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.40%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=37.40%
G=29.79%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618820700.200.120.07336.2555.8183.14
HexECBCCF014C71503853
Octal35427431702414752070123
Binary11101100101111001100111101010011001111010100001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCCF; }

 p { color: rgb(236,188,207); }

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

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

 a { background-color: rgb(236,188,207); }

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

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

 span { border-color: rgb(236,188,207); }

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