#DDE7FB

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

Shades of Solitude #DDE7FB

Tints of Solitude #DDE7FB

Color information

#DDE7FB (or 0xDDE7FB) is unknown color: approx Solitude. HEX triplet: DD, E7 and FB. RGB value is (221,231,251). Sum of RGB (Red+Green+Blue) = 221+231+251=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 231 (90.62% from 255 or 32.86% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDE7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7FB is #221804. Grayscale: #E6E6E6. Windows color (decimal): -2234373 or 16508893. OLE color: 16508893.

HSL color Cylindrical-coordinate representation of color #DDE7FB: hue angle of 220º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE7FB is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221231251-
CMYK0.120.0800.02
HSL220º78.95%92.55%-
HSV(B)220º11.95%98.43%-
XYZ75.8179.49102.61-
YUV230.29139.69121.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.44%
GREEN value IS 231 (90.62% from 255) = 32.86%
BLUE value IS 251 (98.44% from 255) = 35.70%
R=31.44%
G=32.86%
B=35.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212312510.120.0800.0222078.9592.55
HexDDE7FBC802dc4f5d
Octal335347373141002334117135
Binary110111011110011111111011110010000101101110010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7FB; }

 p { color: rgb(221,231,251); }

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

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

 a { background-color: rgb(221,231,251); }

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

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

 span { border-color: rgb(221,231,251); }

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