Html Css Color HEX #EDDBDE Pale Rose

📋 copy color: '#EDDBDE'

red 237 ◦ green 219 ◦ blue 222

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

Shades of Pale Rose #EDDBDE

Tints of Pale Rose #EDDBDE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.3%

 BLUE value IS 222 (87.11% from 255) = 32.74%

R = 34.96%
G = 32.3%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDDBDE (or 0xEDDBDE) is known color: Pale Rose. HEX triplet: ED, DB and DE. RGB value is (237,219,222). Sum of RGB (Red+Green+Blue) = 237+219+222=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBDE is #122421. Grayscale: #E0E0E0. Windows color (decimal): -1188898 or 14605293. OLE color: 14605293.

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

Color convert

RGB 237 219 222 -
CMYK 0 0.08 0.06 0.07
HSL 350º 0.33% 0.89% -
HSV(B) 350º 0.08% 0.93% -
XYZ 73.44 73.94 79.51 -
YUV 224.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 237 219 222 0 0.08 0.06 0.07 350 0.33 0.89
Hex ED DB DE 0 8 6 7 15E 21 59
Octal 355 333 336 0 10 6 7 536 41 131
Binary 11101101 11011011 11011110 0 1000 110 111 101011110 100001 1011001

Color Harmonies of #EDDBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBDE

Black with #EDDBDE

Text Example


Text Example

White with #EDDBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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