#D9CFF2

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

Shades of Fog #D9CFF2

Tints of Fog #D9CFF2

Color information

#D9CFF2 (or 0xD9CFF2) is unknown color: approx Fog. HEX triplet: D9, CF and F2. RGB value is (217,207,242). Sum of RGB (Red+Green+Blue) = 217+207+242=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFF2 is #26300D. Grayscale: #D5D5D5. Windows color (decimal): -2502670 or 15912921. OLE color: 15912921.

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

Color convert

RGB217207242-
CMYK0.100.1400.05
HSL257.14º57.38%88.04%-
HSV(B)257.14º14.46%94.9%-
XYZ66.9665.7993.17-
YUV213.98143.81130.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.58%
GREEN value IS 207 (81.25% from 255) = 31.08%
BLUE value IS 242 (94.92% from 255) = 36.34%
R=32.58%
G=31.08%
B=36.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172072420.100.1400.05257.1457.3888.04
HexD9CFF2AE051013958
Octal33131736212160540171130
Binary1101100111001111111100101010111001011000000011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFF2; }

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

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

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

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

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

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

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

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