#DBEBE0

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

Shades of Swans Down #DBEBE0

Tints of Swans Down #DBEBE0

Color information

#DBEBE0 (or 0xDBEBE0) is unknown color: approx Swans Down. HEX triplet: DB, EB and E0. RGB value is (219,235,224). Sum of RGB (Red+Green+Blue) = 219+235+224=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBE0 is #24141F. Grayscale: #E4E4E4. Windows color (decimal): -2364448 or 14740443. OLE color: 14740443.

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

Color convert

RGB219235224-
CMYK0.0700.050.08
HSL138.75º28.57%89.02%-
HSV(B)138.75º6.81%92.16%-
XYZ72.3879.8682.12-
YUV228.96125.2120.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.30%
GREEN value IS 235 (92.19% from 255) = 34.66%
BLUE value IS 224 (87.89% from 255) = 33.04%
R=32.30%
G=34.66%
B=33.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192352240.0700.050.08138.7528.5789.02
HexDBEBE070588b1d59
Octal3333533407051021335131
Binary1101101111101011111000001110101100010001011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBE0; }

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

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

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

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

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

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

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

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