Html Css Color HEX #EDDFDC Remy

📋 copy color: '#EDDFDC'

red 237 ◦ green 223 ◦ blue 220

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

Shades of Remy #EDDFDC

Tints of Remy #EDDFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.35%

R = 34.85%
G = 32.79%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDDFDC (or 0xEDDFDC) is known color: Remy. HEX triplet: ED, DF and DC. RGB value is (237,223,220). Sum of RGB (Red+Green+Blue) = 237+223+220=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFDC is #122023. Grayscale: #E2E2E2. Windows color (decimal): -1187876 or 14475245. OLE color: 14475245.

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

Color convert

RGB 237 223 220 -
CMYK 0 0.06 0.07 0.07
HSL 10.59º 0.32% 0.9% -
HSV(B) 10.59º 0.07% 0.93% -
XYZ 74.23 75.95 78.46 -
YUV 226.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 237 223 220 0 0.06 0.07 0.07 10.59 0.32 0.9
Hex ED DF DC 0 6 7 7 B 20 5A
Octal 355 337 334 0 6 7 7 13 40 132
Binary 11101101 11011111 11011100 0 110 111 111 1011 100000 1011010

Color Harmonies of #EDDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFDC

Black with #EDDFDC

Text Example


Text Example

White with #EDDFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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