Html Css Color HEX #EDDCDD Pale Rose

📋 copy color: '#EDDCDD'

red 237 ◦ green 220 ◦ blue 221

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

Shades of Pale Rose #EDDCDD

Tints of Pale Rose #EDDCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.45%

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

R = 34.96%
G = 32.45%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDDCDD (or 0xEDDCDD) is known color: Pale Rose. HEX triplet: ED, DC and DD. RGB value is (237,220,221). Sum of RGB (Red+Green+Blue) = 237+220+221=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCDD is #122322. Grayscale: #E1E1E1. Windows color (decimal): -1188643 or 14540013. OLE color: 14540013.

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

Color convert

RGB 237 220 221 -
CMYK 0 0.07 0.07 0.07
HSL 356.47º 0.32% 0.9% -
HSV(B) 356.47º 0.07% 0.93% -
XYZ 73.57 74.41 78.89 -
YUV 225.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 237 220 221 0 0.07 0.07 0.07 356.47 0.32 0.9
Hex ED DC DD 0 7 7 7 164 20 5A
Octal 355 334 335 0 7 7 7 544 40 132
Binary 11101101 11011100 11011101 0 111 111 111 101100100 100000 1011010

Color Harmonies of #EDDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCDD

Black with #EDDCDD

Text Example


Text Example

White with #EDDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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