#D7CFEB

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

Shades of Fog #D7CFEB

Tints of Fog #D7CFEB

Color information

#D7CFEB (or 0xD7CFEB) is unknown color: approx Fog. HEX triplet: D7, CF and EB. RGB value is (215,207,235). Sum of RGB (Red+Green+Blue) = 215+207+235=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CFEB is #283014. Grayscale: #D4D4D4. Windows color (decimal): -2633749 or 15454167. OLE color: 15454167.

HSL color Cylindrical-coordinate representation of color #D7CFEB: hue angle of 257.14º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7CFEB is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215207235-
CMYK0.090.1200.08
HSL257.14º41.18%86.67%-
HSV(B)257.14º11.91%92.16%-
XYZ65.3365.0787.71-
YUV212.58140.65129.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.72%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=32.72%
G=31.51%
B=35.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152072350.090.1200.08257.1441.1886.67
HexD7CFEB9C081012957
Octal327317353111401040151127
Binary11010111110011111110101110011100010001000000011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CFEB; }

 p { color: rgb(215,207,235); }

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

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

 a { background-color: rgb(215,207,235); }

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

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

 span { border-color: rgb(215,207,235); }

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