Html Css Color HEX #ECB2CA Chantilly

📋 copy color: '#ECB2CA'

red 236 ◦ green 178 ◦ blue 202

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

Shades of Chantilly #ECB2CA

Tints of Chantilly #ECB2CA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.9%

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

R = 38.31%
G = 28.9%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECB2CA (or 0xECB2CA) is known color: Chantilly. HEX triplet: EC, B2 and CA. RGB value is (236,178,202). Sum of RGB (Red+Green+Blue) = 236+178+202=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2CA is #134D35. Grayscale: #C6C6C6. Windows color (decimal): -1264950 or 13284076. OLE color: 13284076.

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

Color convert

RGB 236 178 202 -
CMYK 0 0.25 0.14 0.07
HSL 335.17º 0.6% 0.81% -
HSV(B) 335.17º 0.25% 0.93% -
XYZ 61.17 53.94 63.06 -
YUV 198.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 236 178 202 0 0.25 0.14 0.07 335.17 0.6 0.81
Hex EC B2 CA 0 19 E 7 14F 3C 51
Octal 354 262 312 0 31 16 7 517 74 121
Binary 11101100 10110010 11001010 0 11001 1110 111 101001111 111100 1010001

Color Harmonies of #ECB2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2CA

Black with #ECB2CA

Text Example


Text Example

White with #ECB2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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