#D6DDBB

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

Shades of Frost #D6DDBB

Tints of Frost #D6DDBB

Color information

#D6DDBB (or 0xD6DDBB) is unknown color: approx Frost. HEX triplet: D6, DD and BB. RGB value is (214,221,187). Sum of RGB (Red+Green+Blue) = 214+221+187=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDBB is #292244. Grayscale: #D7D7D7. Windows color (decimal): -2695749 or 12312022. OLE color: 12312022.

HSL color Cylindrical-coordinate representation of color #D6DDBB: hue angle of 72.35º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6DDBB is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB214221187-
CMYK0.0300.150.13
HSL72.35º33.33%80%-
HSV(B)72.35º15.38%86.67%-
XYZ62.5669.657.15-
YUV215.03112.18127.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.41%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 187 (73.44% from 255) = 30.06%
R=34.41%
G=35.53%
B=30.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142211870.0300.150.1372.3533.3380
HexD6DDBB30FD482150
Octal32633527330171511041120
Binary1101011011011101101110111101111110110010001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDBB; }

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

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

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

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

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

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

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

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