#D0F2D6

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

Shades of Swans Down #D0F2D6

Tints of Swans Down #D0F2D6

Color information

#D0F2D6 (or 0xD0F2D6) is unknown color: approx Swans Down. HEX triplet: D0, F2 and D6. RGB value is (208,242,214). Sum of RGB (Red+Green+Blue) = 208+242+214=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2D6 is #2F0D29. Grayscale: #E4E4E4. Windows color (decimal): -3083562 or 14086864. OLE color: 14086864.

HSL color Cylindrical-coordinate representation of color #D0F2D6: hue angle of 130.59º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0F2D6 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB208242214-
CMYK0.1400.120.05
HSL130.59º56.67%88.24%-
HSV(B)130.59º14.05%94.9%-
XYZ69.981.7775.72-
YUV228.64119.74113.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.33%
GREEN value IS 242 (94.92% from 255) = 36.45%
BLUE value IS 214 (83.98% from 255) = 32.23%
R=31.33%
G=36.45%
B=32.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082422140.1400.120.05130.5956.6788.24
HexD0F2D6E0C5833958
Octal32036232616014520371130
Binary110100001111001011010110111001100101100000111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F2D6; }

 p { color: rgb(208,242,214); }

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

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

 a { background-color: rgb(208,242,214); }

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

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

 span { border-color: rgb(208,242,214); }

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