#CFC3E7

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

Shades of Fog #CFC3E7

Tints of Fog #CFC3E7

Color information

#CFC3E7 (or 0xCFC3E7) is unknown color: approx Fog. HEX triplet: CF, C3 and E7. RGB value is (207,195,231). Sum of RGB (Red+Green+Blue) = 207+195+231=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFC3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC3E7 is #303C18. Grayscale: #CACACA. Windows color (decimal): -3161113 or 15188943. OLE color: 15188943.

HSL color Cylindrical-coordinate representation of color #CFC3E7: hue angle of 260º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFC3E7 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207195231-
CMYK0.100.1600.09
HSL260º42.86%83.53%-
HSV(B)260º15.58%90.59%-
XYZ59.6758.0783.66-
YUV202.69143.98131.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.70%
GREEN value IS 195 (76.56% from 255) = 30.81%
BLUE value IS 231 (90.62% from 255) = 36.49%
R=32.70%
G=30.81%
B=36.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071952310.100.1600.0926042.8683.53
HexCFC3E7A10091042b54
Octal317303347122001140453124
Binary110011111100001111100111101010000010011000001001010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC3E7; }

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

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

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

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

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

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

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

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