Html Css Color HEX #EDCEDD Classic Rose

📋 copy color: '#EDCEDD'

red 237 ◦ green 206 ◦ blue 221

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

Shades of Classic Rose #EDCEDD

Tints of Classic Rose #EDCEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.02%

 BLUE value IS 221 (86.72% from 255) = 33.28%

R = 35.69%
G = 31.02%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDCEDD (or 0xEDCEDD) is known color: Classic Rose. HEX triplet: ED, CE and DD. RGB value is (237,206,221). Sum of RGB (Red+Green+Blue) = 237+206+221=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEDD is #123122. Grayscale: #D8D8D8. Windows color (decimal): -1192227 or 14536429. OLE color: 14536429.

HSL color Cylindrical-coordinate representation of color #EDCEDD: hue angle of 330.97º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDCEDD is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 221 -
CMYK 0 0.13 0.07 0.07
HSL 330.97º 0.46% 0.87% -
HSV(B) 330.97º 0.13% 0.93% -
XYZ 70.05 67.37 77.72 -
YUV 216.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 237 206 221 0 0.13 0.07 0.07 330.97 0.46 0.87
Hex ED CE DD 0 D 7 7 14B 2E 57
Octal 355 316 335 0 15 7 7 513 56 127
Binary 11101101 11001110 11011101 0 1101 111 111 101001011 101110 1010111

Color Harmonies of #EDCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEDD

Black with #EDCEDD

Text Example


Text Example

White with #EDCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEDD; }

 p { color: rgb(237,206,221); }

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

background-color css

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

 a { background-color: rgb(237,206,221); }

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

border-color css

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

 span { border-color: rgb(237,206,221); }

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