#D5CAF7

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

Shades of Fog #D5CAF7

Tints of Fog #D5CAF7

Color information

#D5CAF7 (or 0xD5CAF7) is unknown color: approx Fog. HEX triplet: D5, CA and F7. RGB value is (213,202,247). Sum of RGB (Red+Green+Blue) = 213+202+247=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5CAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAF7 is #2A3508. Grayscale: #D2D2D2. Windows color (decimal): -2766089 or 16239317. OLE color: 16239317.

HSL color Cylindrical-coordinate representation of color #D5CAF7: hue angle of 254.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5CAF7 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB213202247-
CMYK0.140.1800.03
HSL254.67º73.77%88.04%-
HSV(B)254.67º18.22%96.86%-
XYZ65.3563.196.73-
YUV210.42148.64129.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.18%
GREEN value IS 202 (79.30% from 255) = 30.51%
BLUE value IS 247 (96.88% from 255) = 37.31%
R=32.18%
G=30.51%
B=37.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132022470.140.1800.03254.6773.7788.04
HexD5CAF7E1203ff4a58
Octal325312367162203377112130
Binary1101010111001010111101111110100100111111111110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAF7; }

 p { color: rgb(213,202,247); }

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

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

 a { background-color: rgb(213,202,247); }

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

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

 span { border-color: rgb(213,202,247); }

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