Html Css Color HEX #ECB6CA Chantilly

📋 copy color: '#ECB6CA'

red 236 ◦ green 182 ◦ blue 202

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

Shades of Chantilly #ECB6CA

Tints of Chantilly #ECB6CA

RGB

 RED value IS 236 (92.58% from 255) = 38.06%

 GREEN value IS 182 (71.48% from 255) = 29.35%

 BLUE value IS 202 (79.3% from 255) = 32.58%

R = 38.06%
G = 29.35%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECB6CA (or 0xECB6CA) is known color: Chantilly. HEX triplet: EC, B6 and CA. RGB value is (236,182,202). Sum of RGB (Red+Green+Blue) = 236+182+202=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6CA is #134935. Grayscale: #C8C8C8. Windows color (decimal): -1263926 or 13285100. OLE color: 13285100.

HSL color Cylindrical-coordinate representation of color #ECB6CA: hue angle of 337.78º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB6CA is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 182 202 -
CMYK 0 0.23 0.14 0.07
HSL 337.78º 0.59% 0.82% -
HSV(B) 337.78º 0.23% 0.93% -
XYZ 61.98 55.55 63.33 -
YUV 200.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 236 182 202 0 0.23 0.14 0.07 337.78 0.59 0.82
Hex EC B6 CA 0 17 E 7 152 3B 52
Octal 354 266 312 0 27 16 7 522 73 122
Binary 11101100 10110110 11001010 0 10111 1110 111 101010010 111011 1010010

Color Harmonies of #ECB6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB6CA

Black with #ECB6CA

Text Example


Text Example

White with #ECB6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB6CA; }

 p { color: rgb(236,182,202); }

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

background-color css

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

 a { background-color: rgb(236,182,202); }

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

border-color css

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

 span { border-color: rgb(236,182,202); }

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