#CFC7EB

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

Shades of Fog #CFC7EB

Tints of Fog #CFC7EB

Color information

#CFC7EB (or 0xCFC7EB) is unknown color: approx Fog. HEX triplet: CF, C7 and EB. RGB value is (207,199,235). Sum of RGB (Red+Green+Blue) = 207+199+235=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFC7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7EB is #303814. Grayscale: #CDCDCD. Windows color (decimal): -3160085 or 15452111. OLE color: 15452111.

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

Color convert

RGB207199235-
CMYK0.120.1500.08
HSL253.33º47.37%85.1%-
HSV(B)253.33º15.32%92.16%-
XYZ61.1560.1186.98-
YUV205.5144.65129.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 199 (78.12% from 255) = 31.05%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=32.29%
G=31.05%
B=36.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071992350.120.1500.08253.3347.3785.1
HexCFC7EBCF08fd2f55
Octal317307353141701037557125
Binary1100111111000111111010111100111101000111111011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC7EB; }

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

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

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

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

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

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

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

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