#D8CAF3

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

Shades of Fog #D8CAF3

Tints of Fog #D8CAF3

Color information

#D8CAF3 (or 0xD8CAF3) is unknown color: approx Fog. HEX triplet: D8, CA and F3. RGB value is (216,202,243). Sum of RGB (Red+Green+Blue) = 216+202+243=661 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.68% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 243 - color contains mainly: blue. Hex color #D8CAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CAF3 is #27350C. Grayscale: #D2D2D2. Windows color (decimal): -2569485 or 15977176. OLE color: 15977176.

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

Color convert

RGB216202243-
CMYK0.110.1700.05
HSL260.49º63.08%87.25%-
HSV(B)260.49º16.87%95.29%-
XYZ65.6263.3193.56-
YUV210.86146.14131.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.68%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 243 (95.31% from 255) = 36.76%
R=32.68%
G=30.56%
B=36.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162022430.110.1700.05260.4963.0887.25
HexD8CAF3B11051043f57
Octal33031236313210540477127
Binary11011000110010101111001110111000101011000001001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAF3; }

 p { color: rgb(216,202,243); }

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

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

 a { background-color: rgb(216,202,243); }

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

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

 span { border-color: rgb(216,202,243); }

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