Html Css Color HEX #D0EEDB Swans Down

📋 copy color: '#D0EEDB'

red 208 ◦ green 238 ◦ blue 219

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

Shades of Swans Down #D0EEDB

Tints of Swans Down #D0EEDB

RGB

 RED value IS 208 (81.64% from 255) = 31.28%

 GREEN value IS 238 (93.36% from 255) = 35.79%

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

R = 31.28%
G = 35.79%
B = 32.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#D0EEDB (or 0xD0EEDB) is known color: Swans Down. HEX triplet: D0, EE and DB. RGB value is (208,238,219). Sum of RGB (Red+Green+Blue) = 208+238+219=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEDB is #2F1124. Grayscale: #E2E2E2. Windows color (decimal): -3084581 or 14413520. OLE color: 14413520.

HSL color Cylindrical-coordinate representation of color #D0EEDB: hue angle of 142º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EEDB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 238 219 -
CMYK 0.13 0 0.08 0.07
HSL 142º 0.47% 0.87% -
HSV(B) 142º 0.13% 0.93% -
XYZ 69.37 79.67 78.74 -
YUV 226.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 208 238 219 0.13 0 0.08 0.07 142 0.47 0.87
Hex D0 EE DB D 0 8 7 8E 2F 57
Octal 320 356 333 15 0 10 7 216 57 127
Binary 11010000 11101110 11011011 1101 0 1000 111 10001110 101111 1010111

Color Harmonies of #D0EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EEDB

Black with #D0EEDB

Text Example


Text Example

White with #D0EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EEDB; }

 p { color: rgb(208,238,219); }

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

background-color css

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

 a { background-color: rgb(208,238,219); }

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

border-color css

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

 span { border-color: rgb(208,238,219); }

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