Html Css Color HEX #ECBDD0 Chantilly

📋 copy color: '#ECBDD0'

red 236 ◦ green 189 ◦ blue 208

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

Shades of Chantilly #ECBDD0

Tints of Chantilly #ECBDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.86%

 BLUE value IS 208 (81.64% from 255) = 32.86%

R = 37.28%
G = 29.86%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ECBDD0 (or 0xECBDD0) is known color: Chantilly. HEX triplet: EC, BD and D0. RGB value is (236,189,208). Sum of RGB (Red+Green+Blue) = 236+189+208=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDD0 is #13422F. Grayscale: #CDCDCD. Windows color (decimal): -1262128 or 13680108. OLE color: 13680108.

HSL color Cylindrical-coordinate representation of color #ECBDD0: hue angle of 335.74º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBDD0 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 189 208 -
CMYK 0 0.20 0.12 0.07
HSL 335.74º 0.55% 0.83% -
HSV(B) 335.74º 0.2% 0.93% -
XYZ 64.17 58.78 67.64 -
YUV 205.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 236 189 208 0 0.20 0.12 0.07 335.74 0.55 0.83
Hex EC BD D0 0 14 C 7 150 37 53
Octal 354 275 320 0 24 14 7 520 67 123
Binary 11101100 10111101 11010000 0 10100 1100 111 101010000 110111 1010011

Color Harmonies of #ECBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDD0

Black with #ECBDD0

Text Example


Text Example

White with #ECBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDD0; }

 p { color: rgb(236,189,208); }

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

background-color css

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

 a { background-color: rgb(236,189,208); }

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

border-color css

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

 span { border-color: rgb(236,189,208); }

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