Html Css Color HEX #DDE3EB Solitude

📋 copy color: '#DDE3EB'

red 221 ◦ green 227 ◦ blue 235

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

Shades of Solitude #DDE3EB

Tints of Solitude #DDE3EB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.24%

 BLUE value IS 235 (92.19% from 255) = 34.41%

R = 32.36%
G = 33.24%
B = 34.41%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDE3EB (or 0xDDE3EB) is known color: Solitude. HEX triplet: DD, E3 and EB. RGB value is (221,227,235). Sum of RGB (Red+Green+Blue) = 221+227+235=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDE3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3EB is #221C14. Grayscale: #E2E2E2. Windows color (decimal): -2235413 or 15459293. OLE color: 15459293.

HSL color Cylindrical-coordinate representation of color #DDE3EB: hue angle of 214.29º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE3EB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 227 235 -
CMYK 0.06 0.03 0 0.08
HSL 214.29º 0.26% 0.89% -
HSV(B) 214.29º 0.06% 0.92% -
XYZ 72.28 76.31 89.52 -
YUV 226.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 221 227 235 0.06 0.03 0 0.08 214.29 0.26 0.89
Hex DD E3 EB 6 3 0 8 D6 1A 59
Octal 335 343 353 6 3 0 10 326 32 131
Binary 11011101 11100011 11101011 110 11 0 1000 11010110 11010 1011001

Color Harmonies of #DDE3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE3EB

Black with #DDE3EB

Text Example


Text Example

White with #DDE3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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