#DDEBE1

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

Shades of Swans Down #DDEBE1

Tints of Swans Down #DDEBE1

Color information

#DDEBE1 (or 0xDDEBE1) is unknown color: approx Swans Down. HEX triplet: DD, EB and E1. RGB value is (221,235,225). Sum of RGB (Red+Green+Blue) = 221+235+225=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBE1 is #22141E. Grayscale: #E5E5E5. Windows color (decimal): -2233375 or 14805981. OLE color: 14805981.

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

Color convert

RGB221235225-
CMYK0.0600.040.08
HSL137.14º25.93%89.41%-
HSV(B)137.14º5.96%92.16%-
XYZ73.1280.2382.87-
YUV229.67125.36121.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.45%
GREEN value IS 235 (92.19% from 255) = 34.51%
BLUE value IS 225 (88.28% from 255) = 33.04%
R=32.45%
G=34.51%
B=33.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352250.0600.040.08137.1425.9389.41
HexDDEBE16048891a59
Octal3353533416041021132131
Binary1101110111101011111000011100100100010001001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBE1; }

 p { color: rgb(221,235,225); }

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

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

 a { background-color: rgb(221,235,225); }

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

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

 span { border-color: rgb(221,235,225); }

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