#DBEEE0

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

Shades of Swans Down #DBEEE0

Tints of Swans Down #DBEEE0

Color information

#DBEEE0 (or 0xDBEEE0) is unknown color: approx Swans Down. HEX triplet: DB, EE and E0. RGB value is (219,238,224). Sum of RGB (Red+Green+Blue) = 219+238+224=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEE0 is #24111F. Grayscale: #E6E6E6. Windows color (decimal): -2363680 or 14741211. OLE color: 14741211.

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

Color convert

RGB219238224-
CMYK0.0800.060.07
HSL135.79º35.85%89.61%-
HSV(B)135.79º7.98%93.33%-
XYZ73.2481.5982.41-
YUV230.72124.21119.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.16%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 224 (87.89% from 255) = 32.89%
R=32.16%
G=34.95%
B=32.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192382240.0800.060.07135.7935.8589.61
HexDBEEE0806788245a
Octal3333563401006721044132
Binary11011011111011101110000010000110111100010001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEE0; }

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

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

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

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

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

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

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

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