Html Css Color HEX #EDDEDF Pale Rose

📋 copy color: '#EDDEDF'

red 237 ◦ green 222 ◦ blue 223

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

Shades of Pale Rose #EDDEDF

Tints of Pale Rose #EDDEDF

RGB

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

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

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

R = 34.75%
G = 32.55%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDDEDF (or 0xEDDEDF) is known color: Pale Rose. HEX triplet: ED, DE and DF. RGB value is (237,222,223). Sum of RGB (Red+Green+Blue) = 237+222+223=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEDF is #122120. Grayscale: #E2E2E2. Windows color (decimal): -1188129 or 14671597. OLE color: 14671597.

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

Color convert

RGB 237 222 223 -
CMYK 0 0.06 0.06 0.07
HSL 356º 0.29% 0.9% -
HSV(B) 356º 0.06% 0.93% -
XYZ 74.37 75.57 80.48 -
YUV 226.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 237 222 223 0 0.06 0.06 0.07 356 0.29 0.9
Hex ED DE DF 0 6 6 7 164 1D 5A
Octal 355 336 337 0 6 6 7 544 35 132
Binary 11101101 11011110 11011111 0 110 110 111 101100100 11101 1011010

Color Harmonies of #EDDEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEDF

Black with #EDDEDF

Text Example


Text Example

White with #EDDEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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