Html Css Color HEX #DBE5DD Swans Down

📋 copy color: '#DBE5DD'

red 219 ◦ green 229 ◦ blue 221

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

Shades of Swans Down #DBE5DD

Tints of Swans Down #DBE5DD

RGB

 RED value IS 219 (85.94% from 255) = 32.74%

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

 BLUE value IS 221 (86.72% from 255) = 33.03%

R = 32.74%
G = 34.23%
B = 33.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#DBE5DD (or 0xDBE5DD) is known color: Swans Down. HEX triplet: DB, E5 and DD. RGB value is (219,229,221). Sum of RGB (Red+Green+Blue) = 219+229+221=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5DD is #241A22. Grayscale: #E1E1E1. Windows color (decimal): -2365987 or 14542299. OLE color: 14542299.

HSL color Cylindrical-coordinate representation of color #DBE5DD: hue angle of 132º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBE5DD is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 229 221 -
CMYK 0.04 0 0.03 0.10
HSL 132º 0.16% 0.88% -
HSV(B) 132º 0.04% 0.9% -
XYZ 70.28 76.32 79.43 -
YUV 225.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 219 229 221 0.04 0 0.03 0.10 132 0.16 0.88
Hex DB E5 DD 4 0 3 A 84 10 58
Octal 333 345 335 4 0 3 12 204 20 130
Binary 11011011 11100101 11011101 100 0 11 1010 10000100 10000 1011000

Color Harmonies of #DBE5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE5DD

Black with #DBE5DD

Text Example


Text Example

White with #DBE5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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