#D7CBEE

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

Shades of Fog #D7CBEE

Tints of Fog #D7CBEE

Color information

#D7CBEE (or 0xD7CBEE) is unknown color: approx Fog. HEX triplet: D7, CB and EE. RGB value is (215,203,238). Sum of RGB (Red+Green+Blue) = 215+203+238=656 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.77% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CBEE is #283411. Grayscale: #D2D2D2. Windows color (decimal): -2634770 or 15649751. OLE color: 15649751.

HSL color Cylindrical-coordinate representation of color #D7CBEE: hue angle of 260.57º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7CBEE is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB215203238-
CMYK0.100.1500.07
HSL260.57º50.72%86.47%-
HSV(B)260.57º14.71%93.33%-
XYZ64.8163.3389.7-
YUV210.58143.48131.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.77%
GREEN value IS 203 (79.69% from 255) = 30.95%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=32.77%
G=30.95%
B=36.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152032380.100.1500.07260.5750.7286.47
HexD7CBEEAF071053356
Octal32731335612170740563126
Binary1101011111001011111011101010111101111000001011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBEE; }

 p { color: rgb(215,203,238); }

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

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

 a { background-color: rgb(215,203,238); }

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

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

 span { border-color: rgb(215,203,238); }

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