Html Css Color HEX #ECB1CA Chantilly

📋 copy color: '#ECB1CA'

red 236 ◦ green 177 ◦ blue 202

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

Shades of Chantilly #ECB1CA

Tints of Chantilly #ECB1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.78%

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

R = 38.37%
G = 28.78%
B = 32.85%

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

#ECB1CA (or 0xECB1CA) is known color: Chantilly. HEX triplet: EC, B1 and CA. RGB value is (236,177,202). Sum of RGB (Red+Green+Blue) = 236+177+202=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1CA is #134E35. Grayscale: #C5C5C5. Windows color (decimal): -1265206 or 13283820. OLE color: 13283820.

HSL color Cylindrical-coordinate representation of color #ECB1CA: hue angle of 334.58º degrees, saturation: 0.61, 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 #ECB1CA is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 177 202 -
CMYK 0 0.25 0.14 0.07
HSL 334.58º 0.61% 0.81% -
HSV(B) 334.58º 0.25% 0.93% -
XYZ 60.97 53.54 63 -
YUV 197.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 236 177 202 0 0.25 0.14 0.07 334.58 0.61 0.81
Hex EC B1 CA 0 19 E 7 14F 3D 51
Octal 354 261 312 0 31 16 7 517 75 121
Binary 11101100 10110001 11001010 0 11001 1110 111 101001111 111101 1010001

Color Harmonies of #ECB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB1CA

Black with #ECB1CA

Text Example


Text Example

White with #ECB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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