Html Css Color HEX #EDDEE0 Pale Rose

📋 copy color: '#EDDEE0'

red 237 ◦ green 222 ◦ blue 224

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

Shades of Pale Rose #EDDEE0

Tints of Pale Rose #EDDEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.5%

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

R = 34.7%
G = 32.5%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDDEE0 (or 0xEDDEE0) is known color: Pale Rose. HEX triplet: ED, DE and E0. RGB value is (237,222,224). Sum of RGB (Red+Green+Blue) = 237+222+224=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEE0 is #12211F. Grayscale: #E2E2E2. Windows color (decimal): -1188128 or 14737133. OLE color: 14737133.

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

Color convert

RGB 237 222 224 -
CMYK 0 0.06 0.05 0.07
HSL 352º 0.29% 0.9% -
HSV(B) 352º 0.06% 0.93% -
XYZ 74.5 75.63 81.19 -
YUV 226.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 237 222 224 0 0.06 0.05 0.07 352 0.29 0.9
Hex ED DE E0 0 6 5 7 160 1D 5A
Octal 355 336 340 0 6 5 7 540 35 132
Binary 11101101 11011110 11100000 0 110 101 111 101100000 11101 1011010

Color Harmonies of #EDDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEE0

Black with #EDDEE0

Text Example


Text Example

White with #EDDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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