Html Css Color HEX #ECC2CC Chantilly

📋 copy color: '#ECC2CC'

red 236 ◦ green 194 ◦ blue 204

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

Shades of Chantilly #ECC2CC

Tints of Chantilly #ECC2CC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.6%

 BLUE value IS 204 (80.08% from 255) = 32.18%

R = 37.22%
G = 30.6%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECC2CC (or 0xECC2CC) is known color: Chantilly. HEX triplet: EC, C2 and CC. RGB value is (236,194,204). Sum of RGB (Red+Green+Blue) = 236+194+204=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2CC is #133D33. Grayscale: #CFCFCF. Windows color (decimal): -1260852 or 13419244. OLE color: 13419244.

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

Color convert

RGB 236 194 204 -
CMYK 0 0.18 0.14 0.07
HSL 345.71º 0.53% 0.84% -
HSV(B) 345.71º 0.18% 0.93% -
XYZ 64.78 60.78 65.44 -
YUV 207.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 236 194 204 0 0.18 0.14 0.07 345.71 0.53 0.84
Hex EC C2 CC 0 12 E 7 15A 34 54
Octal 354 302 314 0 22 16 7 532 64 124
Binary 11101100 11000010 11001100 0 10010 1110 111 101011010 110100 1010100

Color Harmonies of #ECC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2CC

Black with #ECC2CC

Text Example


Text Example

White with #ECC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2CC; }

 p { color: rgb(236,194,204); }

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

background-color css

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

 a { background-color: rgb(236,194,204); }

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

border-color css

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

 span { border-color: rgb(236,194,204); }

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