#DDEBFD

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

Shades of Solitude #DDEBFD

Tints of Solitude #DDEBFD

Color information

#DDEBFD (or 0xDDEBFD) is unknown color: approx Solitude. HEX triplet: DD, EB and FD. RGB value is (221,235,253). Sum of RGB (Red+Green+Blue) = 221+235+253=709 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.17% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDEBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBFD is #221402. Grayscale: #E8E8E8. Windows color (decimal): -2233347 or 16640989. OLE color: 16640989.

HSL color Cylindrical-coordinate representation of color #DDEBFD: hue angle of 213.75º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDEBFD is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221235253-
CMYK0.130.0700.01
HSL213.75º88.89%92.94%-
HSV(B)213.75º12.65%99.22%-
XYZ77.2681.88104.66-
YUV232.87139.36119.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.17%
GREEN value IS 235 (92.19% from 255) = 33.15%
BLUE value IS 253 (99.22% from 255) = 35.68%
R=31.17%
G=33.15%
B=35.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212352530.130.0700.01213.7588.8992.94
HexDDEBFDD701d6595d
Octal33535337515701326131135
Binary1101110111101011111111011101111011101011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBFD; }

 p { color: rgb(221,235,253); }

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

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

 a { background-color: rgb(221,235,253); }

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

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

 span { border-color: rgb(221,235,253); }

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