Html Css Color HEX #DADEDB Swans Down

📋 copy color: '#DADEDB'

red 218 ◦ green 222 ◦ blue 219

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

Shades of Swans Down #DADEDB

Tints of Swans Down #DADEDB

RGB

 RED value IS 218 (85.55% from 255) = 33.08%

 GREEN value IS 222 (87.11% from 255) = 33.69%

 BLUE value IS 219 (85.94% from 255) = 33.23%

R = 33.08%
G = 33.69%
B = 33.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DADEDB (or 0xDADEDB) is known color: Swans Down. HEX triplet: DA, DE and DB. RGB value is (218,222,219). Sum of RGB (Red+Green+Blue) = 218+222+219=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEDB is #252124. Grayscale: #DCDCDC. Windows color (decimal): -2433317 or 14409434. OLE color: 14409434.

HSL color Cylindrical-coordinate representation of color #DADEDB: hue angle of 135º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DADEDB is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 219 -
CMYK 0.02 0 0.01 0.13
HSL 135º 0.06% 0.86% -
HSV(B) 135º 0.02% 0.87% -
XYZ 67.82 72.26 77.39 -
YUV 220.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 218 222 219 0.02 0 0.01 0.13 135 0.06 0.86
Hex DA DE DB 2 0 1 D 87 6 56
Octal 332 336 333 2 0 1 15 207 6 126
Binary 11011010 11011110 11011011 10 0 1 1101 10000111 110 1010110

Color Harmonies of #DADEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEDB

Black with #DADEDB

Text Example


Text Example

White with #DADEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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