#CFC1EB

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

Shades of Fog #CFC1EB

Tints of Fog #CFC1EB

Color information

#CFC1EB (or 0xCFC1EB) is unknown color: approx Fog. HEX triplet: CF, C1 and EB. RGB value is (207,193,235). Sum of RGB (Red+Green+Blue) = 207+193+235=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC1EB is #303E14. Grayscale: #C9C9C9. Windows color (decimal): -3161621 or 15450575. OLE color: 15450575.

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

Color convert

RGB207193235-
CMYK0.120.1800.08
HSL260º51.22%83.92%-
HSV(B)260º17.87%92.16%-
XYZ59.857.486.53-
YUV201.97146.64131.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 193 (75.78% from 255) = 30.39%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=32.60%
G=30.39%
B=37.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071932350.120.1800.0826051.2283.92
HexCFC1EBC12081043354
Octal317301353142201040463124
Binary110011111100000111101011110010010010001000001001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC1EB; }

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

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

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

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

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

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

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

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