#D3CAE4

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

Shades of Fog #D3CAE4

Tints of Fog #D3CAE4

Color information

#D3CAE4 (or 0xD3CAE4) is unknown color: approx Fog. HEX triplet: D3, CA and E4. RGB value is (211,202,228). Sum of RGB (Red+Green+Blue) = 211+202+228=641 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.92% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 228 - color contains mainly: blue. Hex color #D3CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CAE4 is #2C351B. Grayscale: #CFCFCF. Windows color (decimal): -2897180 or 14994131. OLE color: 14994131.

HSL color Cylindrical-coordinate representation of color #D3CAE4: hue angle of 260.77º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3CAE4 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB211202228-
CMYK0.070.1100.11
HSL260.77º32.5%84.31%-
HSV(B)260.77º11.4%89.41%-
XYZ61.9961.6982.04-
YUV207.66139.48130.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.92%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 228 (89.45% from 255) = 35.57%
R=32.92%
G=31.51%
B=35.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2112022280.070.1100.11260.7732.584.31
HexD3CAE47B0B1052054
Octal32331234471301340540124
Binary1101001111001010111001001111011010111000001011000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CAE4; }

 p { color: rgb(211,202,228); }

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

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

 a { background-color: rgb(211,202,228); }

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

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

 span { border-color: rgb(211,202,228); }

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