Html Css Color HEX #DDE5EE Solitude

📋 copy color: '#DDE5EE'

red 221 ◦ green 229 ◦ blue 238

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

Shades of Solitude #DDE5EE

Tints of Solitude #DDE5EE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.28%

 BLUE value IS 238 (93.36% from 255) = 34.59%

R = 32.12%
G = 33.28%
B = 34.59%

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

#DDE5EE (or 0xDDE5EE) is known color: Solitude. HEX triplet: DD, E5 and EE. RGB value is (221,229,238). Sum of RGB (Red+Green+Blue) = 221+229+238=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5EE is #221A11. Grayscale: #E3E3E3. Windows color (decimal): -2234898 or 15656413. OLE color: 15656413.

HSL color Cylindrical-coordinate representation of color #DDE5EE: hue angle of 211.76º degrees, saturation: 0.33, 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 #DDE5EE is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 229 238 -
CMYK 0.07 0.04 0 0.07
HSL 211.76º 0.33% 0.9% -
HSV(B) 211.76º 0.07% 0.93% -
XYZ 73.27 77.58 92 -
YUV 227.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 221 229 238 0.07 0.04 0 0.07 211.76 0.33 0.9
Hex DD E5 EE 7 4 0 7 D4 21 5A
Octal 335 345 356 7 4 0 7 324 41 132
Binary 11011101 11100101 11101110 111 100 0 111 11010100 100001 1011010

Color Harmonies of #DDE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE5EE

Black with #DDE5EE

Text Example


Text Example

White with #DDE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE5EE; }

 p { color: rgb(221,229,238); }

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

background-color css

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

 a { background-color: rgb(221,229,238); }

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

border-color css

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

 span { border-color: rgb(221,229,238); }

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