#D4CDDC

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

Shades of Fog #D4CDDC

Tints of Fog #D4CDDC

Color information

#D4CDDC (or 0xD4CDDC) is unknown color: approx Fog. HEX triplet: D4, CD and DC. RGB value is (212,205,220). Sum of RGB (Red+Green+Blue) = 212+205+220=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDDC is #2B3223. Grayscale: #D0D0D0. Windows color (decimal): -2830884 or 14470612. OLE color: 14470612.

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

Color convert

RGB212205220-
CMYK0.040.0700.14
HSL268º17.65%83.33%-
HSV(B)268º6.82%86.27%-
XYZ61.962.8376.57-
YUV208.8134.32130.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=33.28%
G=32.18%
B=34.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122052200.040.0700.1426817.6583.33
HexD4CDDC470E10c1253
Octal3243153344701641422123
Binary11010100110011011101110010011101110100001100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDDC; }

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

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

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

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

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

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

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

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