#DDE8FA

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

Shades of Solitude #DDE8FA

Tints of Solitude #DDE8FA

Color information

#DDE8FA (or 0xDDE8FA) is unknown color: approx Solitude. HEX triplet: DD, E8 and FA. RGB value is (221,232,250). Sum of RGB (Red+Green+Blue) = 221+232+250=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 232 (91.02% from 255 or 33.00% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8FA is #221705. Grayscale: #E6E6E6. Windows color (decimal): -2234118 or 16443613. OLE color: 16443613.

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

Color convert

RGB221232250-
CMYK0.120.0700.02
HSL217.24º74.36%92.35%-
HSV(B)217.24º11.6%98.04%-
XYZ75.9379.99101.88-
YUV230.76138.86121.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.44%
GREEN value IS 232 (91.02% from 255) = 33.00%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=31.44%
G=33.00%
B=35.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212322500.120.0700.02217.2474.3692.35
HexDDE8FAC702d94a5c
Octal33535037214702331112134
Binary11011101111010001111101011001110101101100110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8FA; }

 p { color: rgb(221,232,250); }

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

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

 a { background-color: rgb(221,232,250); }

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

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

 span { border-color: rgb(221,232,250); }

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