#DDEBBA

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

Shades of Frost #DDEBBA

Tints of Frost #DDEBBA

Color information

#DDEBBA (or 0xDDEBBA) is unknown color: approx Frost. HEX triplet: DD, EB and BA. RGB value is (221,235,186). Sum of RGB (Red+Green+Blue) = 221+235+186=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBBA is #221445. Grayscale: #E1E1E1. Windows color (decimal): -2233414 or 12250077. OLE color: 12250077.

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

Color convert

RGB221235186-
CMYK0.0600.210.08
HSL77.14º55.06%82.55%-
HSV(B)77.14º20.85%92.16%-
XYZ68.3978.3357.97-
YUV225.23105.86124.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 235 (92.19% from 255) = 36.60%
BLUE value IS 186 (73.05% from 255) = 28.97%
R=34.42%
G=36.60%
B=28.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212351860.0600.210.0877.1455.0682.55
HexDDEBBA601584d3753
Octal33535327260251011567123
Binary110111011110101110111010110010101100010011011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBBA; }

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

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

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

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

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

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

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

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