#DDEFBB

Color #DDEFBB Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #DDEFBB

Tints of Snow Flurry #DDEFBB

Color information

#DDEFBB (or 0xDDEFBB) is unknown color: approx Snow Flurry. HEX triplet: DD, EF and BB. RGB value is (221,239,187). Sum of RGB (Red+Green+Blue) = 221+239+187=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFBB is #221044. Grayscale: #E3E3E3. Windows color (decimal): -2232389 or 12316637. OLE color: 12316637.

HSL color Cylindrical-coordinate representation of color #DDEFBB: hue angle of 80.77º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDEFBB is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB221239187-
CMYK0.0800.220.06
HSL80.77º61.9%83.53%-
HSV(B)80.77º21.76%93.73%-
XYZ69.6580.6958.92-
YUV227.69105.04123.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 239 (93.75% from 255) = 36.94%
BLUE value IS 187 (73.44% from 255) = 28.90%
R=34.16%
G=36.94%
B=28.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212391870.0800.220.0680.7761.983.53
HexDDEFBB80166513e54
Octal33535727310026612176124
Binary110111011110111110111011100001011011010100011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFBB; }

 p { color: rgb(221,239,187); }

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

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

 a { background-color: rgb(221,239,187); }

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

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

 span { border-color: rgb(221,239,187); }

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