#D6EBDB

Color #D6EBDB Swans Down (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swans Down #D6EBDB

Tints of Swans Down #D6EBDB

Color information

#D6EBDB (or 0xD6EBDB) is unknown color: approx Swans Down. HEX triplet: D6, EB and DB. RGB value is (214,235,219). Sum of RGB (Red+Green+Blue) = 214+235+219=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBDB is #291424. Grayscale: #E2E2E2. Windows color (decimal): -2692133 or 14412758. OLE color: 14412758.

HSL color Cylindrical-coordinate representation of color #D6EBDB: hue angle of 134.29º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6EBDB is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB214235219-
CMYK0.0900.070.08
HSL134.29º34.43%88.04%-
HSV(B)134.29º8.94%92.16%-
XYZ70.2378.8378.53-
YUV226.9123.54118.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.04%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=32.04%
G=35.18%
B=32.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142352190.0900.070.08134.2934.4388.04
HexD6EBDB9078862258
Octal32635333311071020642130
Binary110101101110101111011011100101111000100001101000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBDB; }

 p { color: rgb(214,235,219); }

 H1.HeaderClassName
 {
   color: #D6EBDB;
 }
 .AnyTagClassName
 {
   color: #D6EBDB;
 }
</style>
background-color css

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

 a { background-color: rgb(214,235,219); }

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

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

 span { border-color: rgb(214,235,219); }

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