#D4CDEB

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

Shades of Fog #D4CDEB

Tints of Fog #D4CDEB

Color information

#D4CDEB (or 0xD4CDEB) is unknown color: approx Fog. HEX triplet: D4, CD and EB. RGB value is (212,205,235). Sum of RGB (Red+Green+Blue) = 212+205+235=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CDEB is #2B3214. Grayscale: #D2D2D2. Windows color (decimal): -2830869 or 15453652. OLE color: 15453652.

HSL color Cylindrical-coordinate representation of color #D4CDEB: hue angle of 254º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4CDEB is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212205235-
CMYK0.100.1300.08
HSL254º42.86%86.27%-
HSV(B)254º12.77%92.16%-
XYZ63.9863.6687.51-
YUV210.51141.82129.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.52%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=32.52%
G=31.44%
B=36.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122052350.100.1300.0825442.8686.27
HexD4CDEBAD08fe2b56
Octal324315353121501037653126
Binary1101010011001101111010111010110101000111111101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDEB; }

 p { color: rgb(212,205,235); }

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

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

 a { background-color: rgb(212,205,235); }

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

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

 span { border-color: rgb(212,205,235); }

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