#D9CFF4

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

Shades of Fog #D9CFF4

Tints of Fog #D9CFF4

Color information

#D9CFF4 (or 0xD9CFF4) is unknown color: approx Fog. HEX triplet: D9, CF and F4. RGB value is (217,207,244). Sum of RGB (Red+Green+Blue) = 217+207+244=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 244 - color contains mainly: blue. Hex color #D9CFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFF4 is #26300B. Grayscale: #D6D6D6. Windows color (decimal): -2502668 or 16043993. OLE color: 16043993.

HSL color Cylindrical-coordinate representation of color #D9CFF4: hue angle of 256.22º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9CFF4 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB217207244-
CMYK0.110.1500.04
HSL256.22º62.71%88.43%-
HSV(B)256.22º15.16%95.69%-
XYZ67.2665.9194.76-
YUV214.21144.81129.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.49%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 244 (95.70% from 255) = 36.53%
R=32.49%
G=30.99%
B=36.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2172072440.110.1500.04256.2262.7188.43
HexD9CFF4BF041003f58
Octal33131736413170440077130
Binary1101100111001111111101001011111101001000000001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFF4; }

 p { color: rgb(217,207,244); }

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

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

 a { background-color: rgb(217,207,244); }

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

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

 span { border-color: rgb(217,207,244); }

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