#D5C8FB

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

Shades of Fog #D5C8FB

Tints of Fog #D5C8FB

Color information

#D5C8FB (or 0xD5C8FB) is unknown color: approx Fog. HEX triplet: D5, C8 and FB. RGB value is (213,200,251). Sum of RGB (Red+Green+Blue) = 213+200+251=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5C8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C8FB is #2A3704. Grayscale: #D1D1D1. Windows color (decimal): -2766597 or 16500949. OLE color: 16500949.

HSL color Cylindrical-coordinate representation of color #D5C8FB: hue angle of 255.29º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5C8FB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213200251-
CMYK0.150.2000.02
HSL255.29º86.44%88.43%-
HSV(B)255.29º20.32%98.43%-
XYZ65.5162.4299.86-
YUV209.7151.31130.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.08%
GREEN value IS 200 (78.52% from 255) = 30.12%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=32.08%
G=30.12%
B=37.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132002510.150.2000.02255.2986.4488.43
HexD5C8FBF1402ff5658
Octal325310373172402377126130
Binary1101010111001000111110111111101000101111111110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C8FB; }

 p { color: rgb(213,200,251); }

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

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

 a { background-color: rgb(213,200,251); }

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

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

 span { border-color: rgb(213,200,251); }

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