#DDEBFC

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

Shades of Solitude #DDEBFC

Tints of Solitude #DDEBFC

Color information

#DDEBFC (or 0xDDEBFC) is unknown color: approx Solitude. HEX triplet: DD, EB and FC. RGB value is (221,235,252). Sum of RGB (Red+Green+Blue) = 221+235+252=708 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.21% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDEBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBFC is #221403. Grayscale: #E8E8E8. Windows color (decimal): -2233348 or 16575453. OLE color: 16575453.

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

Color convert

RGB221235252-
CMYK0.120.0700.01
HSL212.9º83.78%92.75%-
HSV(B)212.9º12.3%98.82%-
XYZ77.181.82103.82-
YUV232.75138.86119.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.21%
GREEN value IS 235 (92.19% from 255) = 33.19%
BLUE value IS 252 (98.83% from 255) = 35.59%
R=31.21%
G=33.19%
B=35.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212352520.120.0700.01212.983.7892.75
HexDDEBFCC701d5545d
Octal33535337414701325124135
Binary1101110111101011111111001100111011101010110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBFC; }

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

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

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

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

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

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

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

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