Html Css Color HEX #E5C2CA Chantilly

📋 copy color: '#E5C2CA'

red 229 ◦ green 194 ◦ blue 202

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

Shades of Chantilly #E5C2CA

Tints of Chantilly #E5C2CA

RGB

 RED value IS 229 (89.84% from 255) = 36.64%

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

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

R = 36.64%
G = 31.04%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E5C2CA (or 0xE5C2CA) is known color: Chantilly. HEX triplet: E5, C2 and CA. RGB value is (229,194,202). Sum of RGB (Red+Green+Blue) = 229+194+202=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C2CA is #1A3D35. Grayscale: #CDCDCD. Windows color (decimal): -1719606 or 13288165. OLE color: 13288165.

HSL color Cylindrical-coordinate representation of color #E5C2CA: hue angle of 346.29º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5C2CA is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 194 202 -
CMYK 0 0.15 0.12 0.10
HSL 346.29º 0.4% 0.83% -
HSV(B) 346.29º 0.15% 0.9% -
XYZ 62.27 59.51 64.08 -
YUV 205.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 229 194 202 0 0.15 0.12 0.10 346.29 0.4 0.83
Hex E5 C2 CA 0 F C A 15A 28 53
Octal 345 302 312 0 17 14 12 532 50 123
Binary 11100101 11000010 11001010 0 1111 1100 1010 101011010 101000 1010011

Color Harmonies of #E5C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C2CA

Black with #E5C2CA

Text Example


Text Example

White with #E5C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C2CA; }

 p { color: rgb(229,194,202); }

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

background-color css

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

 a { background-color: rgb(229,194,202); }

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

border-color css

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

 span { border-color: rgb(229,194,202); }

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