#D4CDEF

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

Shades of Fog #D4CDEF

Tints of Fog #D4CDEF

Color information

#D4CDEF (or 0xD4CDEF) is unknown color: approx Fog. HEX triplet: D4, CD and EF. RGB value is (212,205,239). Sum of RGB (Red+Green+Blue) = 212+205+239=656 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.32% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CDEF is #2B3210. Grayscale: #D2D2D2. Windows color (decimal): -2830865 or 15715796. OLE color: 15715796.

HSL color Cylindrical-coordinate representation of color #D4CDEF: hue angle of 252.35º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4CDEF is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212205239-
CMYK0.110.1400.06
HSL252.35º51.52%87.06%-
HSV(B)252.35º14.23%93.73%-
XYZ64.5663.8990.59-
YUV210.97143.82128.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.32%
GREEN value IS 205 (80.47% from 255) = 31.25%
BLUE value IS 239 (93.75% from 255) = 36.43%
R=32.32%
G=31.25%
B=36.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122052390.110.1400.06252.3551.5287.06
HexD4CDEFBE06fc3457
Octal32431535713160637464127
Binary110101001100110111101111101111100110111111001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDEF; }

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

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

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

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

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

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

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

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