#D9CFF3

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

Shades of Fog #D9CFF3

Tints of Fog #D9CFF3

Color information

#D9CFF3 (or 0xD9CFF3) is unknown color: approx Fog. HEX triplet: D9, CF and F3. RGB value is (217,207,243). Sum of RGB (Red+Green+Blue) = 217+207+243=667 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.53% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9CFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFF3 is #26300C. Grayscale: #D5D5D5. Windows color (decimal): -2502669 or 15978457. OLE color: 15978457.

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

Color convert

RGB217207243-
CMYK0.110.1500.05
HSL256.67º60%88.24%-
HSV(B)256.67º14.81%95.29%-
XYZ67.1165.8593.97-
YUV214.09144.31130.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.53%
GREEN value IS 207 (81.25% from 255) = 31.03%
BLUE value IS 243 (95.31% from 255) = 36.43%
R=32.53%
G=31.03%
B=36.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172072430.110.1500.05256.676088.24
HexD9CFF3BF051013c58
Octal33131736313170540174130
Binary1101100111001111111100111011111101011000000011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFF3; }

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

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

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

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

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

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

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

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