Html Css Color HEX #ECD2DE Classic Rose

📋 copy color: '#ECD2DE'

red 236 ◦ green 210 ◦ blue 222

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

Shades of Classic Rose #ECD2DE

Tints of Classic Rose #ECD2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.23%

R = 35.33%
G = 31.44%
B = 33.23%

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

#ECD2DE (or 0xECD2DE) is known color: Classic Rose. HEX triplet: EC, D2 and DE. RGB value is (236,210,222). Sum of RGB (Red+Green+Blue) = 236+210+222=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2DE is #132D21. Grayscale: #DBDBDB. Windows color (decimal): -1256738 or 14602988. OLE color: 14602988.

HSL color Cylindrical-coordinate representation of color #ECD2DE: hue angle of 332.31º 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 #ECD2DE is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 210 222 -
CMYK 0 0.11 0.06 0.07
HSL 332.31º 0.41% 0.87% -
HSV(B) 332.31º 0.11% 0.93% -
XYZ 70.82 69.2 78.73 -
YUV 219.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 236 210 222 0 0.11 0.06 0.07 332.31 0.41 0.87
Hex EC D2 DE 0 B 6 7 14C 29 57
Octal 354 322 336 0 13 6 7 514 51 127
Binary 11101100 11010010 11011110 0 1011 110 111 101001100 101001 1010111

Color Harmonies of #ECD2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2DE

Black with #ECD2DE

Text Example


Text Example

White with #ECD2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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