#DDE6FB

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

Shades of Solitude #DDE6FB

Tints of Solitude #DDE6FB

Color information

#DDE6FB (or 0xDDE6FB) is unknown color: approx Solitude. HEX triplet: DD, E6 and FB. RGB value is (221,230,251). Sum of RGB (Red+Green+Blue) = 221+230+251=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 230 (90.23% from 255 or 32.76% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDE6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6FB is #221904. Grayscale: #E5E5E5. Windows color (decimal): -2234629 or 16508637. OLE color: 16508637.

HSL color Cylindrical-coordinate representation of color #DDE6FB: hue angle of 222º 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 #DDE6FB is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221230251-
CMYK0.120.0800.02
HSL222º78.95%92.55%-
HSV(B)222º11.95%98.43%-
XYZ75.5378.93102.52-
YUV229.7140.02121.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.48%
GREEN value IS 230 (90.23% from 255) = 32.76%
BLUE value IS 251 (98.44% from 255) = 35.75%
R=31.48%
G=32.76%
B=35.75%

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
Decimal2212302510.120.0800.0222278.9592.55
HexDDE6FBC802de4f5d
Octal335346373141002336117135
Binary110111011110011011111011110010000101101111010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6FB; }

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

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

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

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

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

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

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

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