#D8CAFA

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

Shades of Fog #D8CAFA

Tints of Fog #D8CAFA

Color information

#D8CAFA (or 0xD8CAFA) is unknown color: approx Fog. HEX triplet: D8, CA and FA. RGB value is (216,202,250). Sum of RGB (Red+Green+Blue) = 216+202+250=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CAFA is #273505. Grayscale: #D3D3D3. Windows color (decimal): -2569478 or 16435928. OLE color: 16435928.

HSL color Cylindrical-coordinate representation of color #D8CAFA: hue angle of 257.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8CAFA is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216202250-
CMYK0.140.1900.02
HSL257.5º82.76%88.63%-
HSV(B)257.5º19.2%98.04%-
XYZ66.6963.7499.23-
YUV211.66149.64131.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.34%
GREEN value IS 202 (79.30% from 255) = 30.24%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=32.34%
G=30.24%
B=37.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162022500.140.1900.02257.582.7688.63
HexD8CAFAE13021025359
Octal330312372162302402123131
Binary11011000110010101111101011101001101010000001010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAFA; }

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

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

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

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

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

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

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

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