#D4CEDB

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

Shades of Fog #D4CEDB

Tints of Fog #D4CEDB

Color information

#D4CEDB (or 0xD4CEDB) is unknown color: approx Fog. HEX triplet: D4, CE and DB. RGB value is (212,206,219). Sum of RGB (Red+Green+Blue) = 212+206+219=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CEDB is #2B3124. Grayscale: #D1D1D1. Windows color (decimal): -2830629 or 14405332. OLE color: 14405332.

HSL color Cylindrical-coordinate representation of color #D4CEDB: hue angle of 267.69º degrees, saturation: 0.15, 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 #D4CEDB is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212206219-
CMYK0.030.0600.14
HSL267.69º15.29%83.33%-
HSV(B)267.69º5.94%85.88%-
XYZ62.0163.2575.96-
YUV209.28133.49129.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=33.28%
G=32.34%
B=34.38%

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
Decimal2122062190.030.0600.14267.6915.2983.33
HexD4CEDB360E10cf53
Octal3243163333601641417123
Binary110101001100111011011011111100111010000110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CEDB; }

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

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

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

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

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

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

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

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