Html Css Color HEX #DBE5DE Swans Down

📋 copy color: '#DBE5DE'

red 219 ◦ green 229 ◦ blue 222

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

Shades of Swans Down #DBE5DE

Tints of Swans Down #DBE5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.13%

R = 32.69%
G = 34.18%
B = 33.13%

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

#DBE5DE (or 0xDBE5DE) is known color: Swans Down. HEX triplet: DB, E5 and DE. RGB value is (219,229,222). Sum of RGB (Red+Green+Blue) = 219+229+222=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5DE is #241A21. Grayscale: #E1E1E1. Windows color (decimal): -2365986 or 14607835. OLE color: 14607835.

HSL color Cylindrical-coordinate representation of color #DBE5DE: hue angle of 138º 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 #DBE5DE is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 229 222 -
CMYK 0.04 0 0.03 0.10
HSL 138º 0.16% 0.88% -
HSV(B) 138º 0.04% 0.9% -
XYZ 70.42 76.37 80.14 -
YUV 225.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 219 229 222 0.04 0 0.03 0.10 138 0.16 0.88
Hex DB E5 DE 4 0 3 A 8A 10 58
Octal 333 345 336 4 0 3 12 212 20 130
Binary 11011011 11100101 11011110 100 0 11 1010 10001010 10000 1011000

Color Harmonies of #DBE5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE5DE

Black with #DBE5DE

Text Example


Text Example

White with #DBE5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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