#CFC3EB

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

Shades of Fog #CFC3EB

Tints of Fog #CFC3EB

Color information

#CFC3EB (or 0xCFC3EB) is unknown color: approx Fog. HEX triplet: CF, C3 and EB. RGB value is (207,195,235). Sum of RGB (Red+Green+Blue) = 207+195+235=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFC3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC3EB is #303C14. Grayscale: #CACACA. Windows color (decimal): -3161109 or 15451087. OLE color: 15451087.

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

Color convert

RGB207195235-
CMYK0.120.1700.08
HSL258º50%84.31%-
HSV(B)258º17.02%92.16%-
XYZ60.2458.2986.67-
YUV203.15145.98130.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.50%
GREEN value IS 195 (76.56% from 255) = 30.61%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=32.50%
G=30.61%
B=36.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071952350.120.1700.082585084.31
HexCFC3EBC11081023254
Octal317303353142101040262124
Binary110011111100001111101011110010001010001000000101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC3EB; }

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

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

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

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

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

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

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

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