Html Css Color HEX #EDCCDF Classic Rose

📋 copy color: '#EDCCDF'

red 237 ◦ green 204 ◦ blue 223

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

Shades of Classic Rose #EDCCDF

Tints of Classic Rose #EDCCDF

RGB

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

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

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

R = 35.69%
G = 30.72%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDCCDF (or 0xEDCCDF) is known color: Classic Rose. HEX triplet: ED, CC and DF. RGB value is (237,204,223). Sum of RGB (Red+Green+Blue) = 237+204+223=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCDF is #123320. Grayscale: #D7D7D7. Windows color (decimal): -1192737 or 14666989. OLE color: 14666989.

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

Color convert

RGB 237 204 223 -
CMYK 0 0.14 0.06 0.07
HSL 325.45º 0.48% 0.86% -
HSV(B) 325.45º 0.14% 0.93% -
XYZ 69.84 66.52 78.97 -
YUV 216.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 237 204 223 0 0.14 0.06 0.07 325.45 0.48 0.86
Hex ED CC DF 0 E 6 7 145 30 56
Octal 355 314 337 0 16 6 7 505 60 126
Binary 11101101 11001100 11011111 0 1110 110 111 101000101 110000 1010110

Color Harmonies of #EDCCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCDF

Black with #EDCCDF

Text Example


Text Example

White with #EDCCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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