Html Css Color HEX #EDDFE1 Pale Rose

📋 copy color: '#EDDFE1'

red 237 ◦ green 223 ◦ blue 225

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

Shades of Pale Rose #EDDFE1

Tints of Pale Rose #EDDFE1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.55%

 BLUE value IS 225 (88.28% from 255) = 32.85%

R = 34.6%
G = 32.55%
B = 32.85%

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

#EDDFE1 (or 0xEDDFE1) is known color: Pale Rose. HEX triplet: ED, DF and E1. RGB value is (237,223,225). Sum of RGB (Red+Green+Blue) = 237+223+225=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFE1 is #12201E. Grayscale: #E3E3E3. Windows color (decimal): -1187871 or 14802925. OLE color: 14802925.

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

Color convert

RGB 237 223 225 -
CMYK 0 0.06 0.05 0.07
HSL 351.43º 0.28% 0.9% -
HSV(B) 351.43º 0.06% 0.93% -
XYZ 74.9 76.22 82 -
YUV 227.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 237 223 225 0 0.06 0.05 0.07 351.43 0.28 0.9
Hex ED DF E1 0 6 5 7 15F 1C 5A
Octal 355 337 341 0 6 5 7 537 34 132
Binary 11101101 11011111 11100001 0 110 101 111 101011111 11100 1011010

Color Harmonies of #EDDFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFE1

Black with #EDDFE1

Text Example


Text Example

White with #EDDFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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