#D7EFDF

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

Shades of Swans Down #D7EFDF

Tints of Swans Down #D7EFDF

Color information

#D7EFDF (or 0xD7EFDF) is unknown color: approx Swans Down. HEX triplet: D7, EF and DF. RGB value is (215,239,223). Sum of RGB (Red+Green+Blue) = 215+239+223=677 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.76% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 239 - color contains mainly: green. Hex color #D7EFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EFDF is #281020. Grayscale: #E6E6E6. Windows color (decimal): -2625569 or 14675927. OLE color: 14675927.

HSL color Cylindrical-coordinate representation of color #D7EFDF: hue angle of 140º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7EFDF is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB215239223-
CMYK0.1000.070.06
HSL140º42.86%89.02%-
HSV(B)140º10.04%93.73%-
XYZ72.2181.5181.74-
YUV230124.05117.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.76%
GREEN value IS 239 (93.75% from 255) = 35.30%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=31.76%
G=35.30%
B=32.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152392230.1000.070.0614042.8689.02
HexD7EFDFA0768c2b59
Octal3273573371207621453131
Binary11010111111011111101111110100111110100011001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EFDF; }

 p { color: rgb(215,239,223); }

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

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

 a { background-color: rgb(215,239,223); }

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

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

 span { border-color: rgb(215,239,223); }

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