#DDEAFE

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

Shades of Solitude #DDEAFE

Tints of Solitude #DDEAFE

Color information

#DDEAFE (or 0xDDEAFE) is unknown color: approx Solitude. HEX triplet: DD, EA and FE. RGB value is (221,234,254). Sum of RGB (Red+Green+Blue) = 221+234+254=709 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.17% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDEAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAFE is #221501. Grayscale: #E8E8E8. Windows color (decimal): -2233602 or 16706269. OLE color: 16706269.

HSL color Cylindrical-coordinate representation of color #DDEAFE: hue angle of 216.36º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDEAFE is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB221234254-
CMYK0.130.0800.00
HSL216.36º94.29%93.14%-
HSV(B)216.36º12.99%99.61%-
XYZ77.1381.37105.41-
YUV232.39140.19119.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.17%
GREEN value IS 234 (91.80% from 255) = 33.00%
BLUE value IS 254 (99.61% from 255) = 35.83%
R=31.17%
G=33.00%
B=35.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212342540.130.0800.00216.3694.2993.14
HexDDEAFED800d85e5d
Octal335352376151000330136135
Binary11011101111010101111111011011000001101100010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAFE; }

 p { color: rgb(221,234,254); }

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

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

 a { background-color: rgb(221,234,254); }

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

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

 span { border-color: rgb(221,234,254); }

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