#D4CDDB

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

Shades of Fog #D4CDDB

Tints of Fog #D4CDDB

Color information

#D4CDDB (or 0xD4CDDB) is unknown color: approx Fog. HEX triplet: D4, CD and DB. RGB value is (212,205,219). Sum of RGB (Red+Green+Blue) = 212+205+219=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDDB is #2B3224. Grayscale: #D0D0D0. Windows color (decimal): -2830885 or 14405076. OLE color: 14405076.

HSL color Cylindrical-coordinate representation of color #D4CDDB: hue angle of 270º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4CDDB is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212205219-
CMYK0.030.0600.14
HSL270º16.28%83.14%-
HSV(B)270º6.39%85.88%-
XYZ61.7762.7775.88-
YUV208.69133.82130.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.33%
GREEN value IS 205 (80.47% from 255) = 32.23%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=33.33%
G=32.23%
B=34.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122052190.030.0600.1427016.2883.14
HexD4CDDB360E10e1053
Octal3243153333601641620123
Binary1101010011001101110110111111001110100001110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDDB; }

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

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

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

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

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

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

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

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