Html Css Color HEX #ECC2DE Classic Rose

📋 copy color: '#ECC2DE'

red 236 ◦ green 194 ◦ blue 222

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

Shades of Classic Rose #ECC2DE

Tints of Classic Rose #ECC2DE

RGB

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

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

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

R = 36.2%
G = 29.75%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ECC2DE (or 0xECC2DE) is known color: Classic Rose. HEX triplet: EC, C2 and DE. RGB value is (236,194,222). Sum of RGB (Red+Green+Blue) = 236+194+222=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2DE is #133D21. Grayscale: #D1D1D1. Windows color (decimal): -1260834 or 14598892. OLE color: 14598892.

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

Color convert

RGB 236 194 222 -
CMYK 0 0.18 0.06 0.07
HSL 320º 0.53% 0.84% -
HSV(B) 320º 0.18% 0.93% -
XYZ 67.07 61.69 77.48 -
YUV 209.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 236 194 222 0 0.18 0.06 0.07 320 0.53 0.84
Hex EC C2 DE 0 12 6 7 140 34 54
Octal 354 302 336 0 22 6 7 500 64 124
Binary 11101100 11000010 11011110 0 10010 110 111 101000000 110100 1010100

Color Harmonies of #ECC2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2DE

Black with #ECC2DE

Text Example


Text Example

White with #ECC2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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