#DDE0EF

Color #DDE0EF Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #DDE0EF

Tints of Quartz #DDE0EF

Color information

#DDE0EF (or 0xDDE0EF) is unknown color: approx Quartz. HEX triplet: DD, E0 and EF. RGB value is (221,224,239). Sum of RGB (Red+Green+Blue) = 221+224+239=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0EF is #221F10. Grayscale: #E0E0E0. Windows color (decimal): -2236177 or 15720669. OLE color: 15720669.

HSL color Cylindrical-coordinate representation of color #DDE0EF: hue angle of 230º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE0EF is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221224239-
CMYK0.080.0600.06
HSL230º36%90.2%-
HSV(B)230º7.53%93.73%-
XYZ72.0574.9292.32-
YUV224.81136.01125.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 224 (87.89% from 255) = 32.75%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=32.31%
G=32.75%
B=34.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212242390.080.0600.062303690.2
HexDDE0EF8606e6245a
Octal3353403571060634644132
Binary11011101111000001110111110001100110111001101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0EF; }

 p { color: rgb(221,224,239); }

 H1.HeaderClassName
 {
   color: #DDE0EF;
 }
 .AnyTagClassName
 {
   color: #DDE0EF;
 }
</style>
background-color css

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

 a { background-color: rgb(221,224,239); }

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

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

 span { border-color: rgb(221,224,239); }

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