Html Css Color HEX #EDCCDA Classic Rose

📋 copy color: '#EDCCDA'

red 237 ◦ green 204 ◦ blue 218

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

Shades of Classic Rose #EDCCDA

Tints of Classic Rose #EDCCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.08%

R = 35.96%
G = 30.96%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDCCDA (or 0xEDCCDA) is known color: Classic Rose. HEX triplet: ED, CC and DA. RGB value is (237,204,218). Sum of RGB (Red+Green+Blue) = 237+204+218=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCDA is #123325. Grayscale: #D7D7D7. Windows color (decimal): -1192742 or 14339309. OLE color: 14339309.

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

Color convert

RGB 237 204 218 -
CMYK 0 0.14 0.08 0.07
HSL 334.55º 0.48% 0.86% -
HSV(B) 334.55º 0.14% 0.93% -
XYZ 69.17 66.25 75.47 -
YUV 215.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 237 204 218 0 0.14 0.08 0.07 334.55 0.48 0.86
Hex ED CC DA 0 E 8 7 14F 30 56
Octal 355 314 332 0 16 10 7 517 60 126
Binary 11101101 11001100 11011010 0 1110 1000 111 101001111 110000 1010110

Color Harmonies of #EDCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCDA

Black with #EDCCDA

Text Example


Text Example

White with #EDCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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