#D9DBC1

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

Shades of Frost #D9DBC1

Tints of Frost #D9DBC1

Color information

#D9DBC1 (or 0xD9DBC1) is unknown color: approx Frost. HEX triplet: D9, DB and C1. RGB value is (217,219,193). Sum of RGB (Red+Green+Blue) = 217+219+193=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBC1 is #26243E. Grayscale: #D7D7D7. Windows color (decimal): -2499647 or 12704729. OLE color: 12704729.

HSL color Cylindrical-coordinate representation of color #D9DBC1: hue angle of 64.62º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9DBC1 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB217219193-
CMYK0.0100.120.14
HSL64.62º26.53%80.78%-
HSV(B)64.62º11.87%85.88%-
XYZ63.5769.2760.47-
YUV215.44115.34129.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.50%
GREEN value IS 219 (85.94% from 255) = 34.82%
BLUE value IS 193 (75.78% from 255) = 30.68%
R=34.50%
G=34.82%
B=30.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172191930.0100.120.1464.6226.5380.78
HexD9DBC110CE411b51
Octal33133330110141610133121
Binary11011001110110111100000110110011101000001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBC1; }

 p { color: rgb(217,219,193); }

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

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

 a { background-color: rgb(217,219,193); }

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

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

 span { border-color: rgb(217,219,193); }

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