Html Css Color HEX #ECD2DF Classic Rose

📋 copy color: '#ECD2DF'

red 236 ◦ green 210 ◦ blue 223

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

Shades of Classic Rose #ECD2DF

Tints of Classic Rose #ECD2DF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.39%

 BLUE value IS 223 (87.5% from 255) = 33.33%

R = 35.28%
G = 31.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ECD2DF (or 0xECD2DF) is known color: Classic Rose. HEX triplet: EC, D2 and DF. RGB value is (236,210,223). Sum of RGB (Red+Green+Blue) = 236+210+223=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2DF is #132D20. Grayscale: #DBDBDB. Windows color (decimal): -1256737 or 14668524. OLE color: 14668524.

HSL color Cylindrical-coordinate representation of color #ECD2DF: hue angle of 330º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD2DF is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 210 223 -
CMYK 0 0.11 0.06 0.07
HSL 330º 0.41% 0.87% -
HSV(B) 330º 0.11% 0.93% -
XYZ 70.96 69.25 79.44 -
YUV 219.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 236 210 223 0 0.11 0.06 0.07 330 0.41 0.87
Hex EC D2 DF 0 B 6 7 14A 29 57
Octal 354 322 337 0 13 6 7 512 51 127
Binary 11101100 11010010 11011111 0 1011 110 111 101001010 101001 1010111

Color Harmonies of #ECD2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2DF

Black with #ECD2DF

Text Example


Text Example

White with #ECD2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2DF; }

 p { color: rgb(236,210,223); }

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

background-color css

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

 a { background-color: rgb(236,210,223); }

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

border-color css

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

 span { border-color: rgb(236,210,223); }

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