Html Css Color HEX #EDCCE0 Classic Rose

📋 copy color: '#EDCCE0'

red 237 ◦ green 204 ◦ blue 224

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

Shades of Classic Rose #EDCCE0

Tints of Classic Rose #EDCCE0

RGB

 RED value IS 237 (92.97% from 255) = 35.64%

 GREEN value IS 204 (80.08% from 255) = 30.68%

 BLUE value IS 224 (87.89% from 255) = 33.68%

R = 35.64%
G = 30.68%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDCCE0 (or 0xEDCCE0) is known color: Classic Rose. HEX triplet: ED, CC and E0. RGB value is (237,204,224). Sum of RGB (Red+Green+Blue) = 237+204+224=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCE0 is #12331F. Grayscale: #D8D8D8. Windows color (decimal): -1192736 or 14732525. OLE color: 14732525.

HSL color Cylindrical-coordinate representation of color #EDCCE0: hue angle of 323.64º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCCE0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 204 224 -
CMYK 0 0.14 0.05 0.07
HSL 323.64º 0.48% 0.86% -
HSV(B) 323.64º 0.14% 0.93% -
XYZ 69.97 66.57 79.68 -
YUV 216.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 237 204 224 0 0.14 0.05 0.07 323.64 0.48 0.86
Hex ED CC E0 0 E 5 7 144 30 56
Octal 355 314 340 0 16 5 7 504 60 126
Binary 11101101 11001100 11100000 0 1110 101 111 101000100 110000 1010110

Color Harmonies of #EDCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCE0

Black with #EDCCE0

Text Example


Text Example

White with #EDCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCE0; }

 p { color: rgb(237,204,224); }

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

background-color css

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

 a { background-color: rgb(237,204,224); }

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

border-color css

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

 span { border-color: rgb(237,204,224); }

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