Html Css Color HEX #DDE4ED Solitude

📋 copy color: '#DDE4ED'

red 221 ◦ green 228 ◦ blue 237

#DDE4ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solitude #DDE4ED

Tints of Solitude #DDE4ED

RGB

 RED value IS 221 (86.72% from 255) = 32.22%

 GREEN value IS 228 (89.45% from 255) = 33.24%

 BLUE value IS 237 (92.97% from 255) = 34.55%

R = 32.22%
G = 33.24%
B = 34.55%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDE4ED (or 0xDDE4ED) is known color: Solitude. HEX triplet: DD, E4 and ED. RGB value is (221,228,237). Sum of RGB (Red+Green+Blue) = 221+228+237=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDE4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4ED is #221B12. Grayscale: #E2E2E2. Windows color (decimal): -2235155 or 15590621. OLE color: 15590621.

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

Color convert

RGB 221 228 237 -
CMYK 0.07 0.04 0 0.07
HSL 213.75º 0.31% 0.9% -
HSV(B) 213.75º 0.07% 0.93% -
XYZ 72.85 76.97 91.14 -
YUV 226.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 221 228 237 0.07 0.04 0 0.07 213.75 0.31 0.9
Hex DD E4 ED 7 4 0 7 D6 1F 5A
Octal 335 344 355 7 4 0 7 326 37 132
Binary 11011101 11100100 11101101 111 100 0 111 11010110 11111 1011010

Color Harmonies of #DDE4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE4ED

Black with #DDE4ED

Text Example


Text Example

White with #DDE4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE4ED; }

 p { color: rgb(221,228,237); }

 H1.HeaderClassName
 {
   color: #DDE4ED;
 }
 .AnyTagClassName
 {
   color: #DDE4ED;
 }
</style>

background-color css

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

 a { background-color: rgb(221,228,237); }

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

border-color css

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

 span { border-color: rgb(221,228,237); }

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