#CFC4EE

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

Shades of Fog #CFC4EE

Tints of Fog #CFC4EE

Color information

#CFC4EE (or 0xCFC4EE) is unknown color: approx Fog. HEX triplet: CF, C4 and EE. RGB value is (207,196,238). Sum of RGB (Red+Green+Blue) = 207+196+238=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC4EE is #303B11. Grayscale: #CBCBCB. Windows color (decimal): -3160850 or 15647951. OLE color: 15647951.

HSL color Cylindrical-coordinate representation of color #CFC4EE: hue angle of 255.71º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFC4EE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207196238-
CMYK0.130.1800.07
HSL255.71º55.26%85.1%-
HSV(B)255.71º17.65%93.33%-
XYZ60.958.9289.05-
YUV204.08147.14130.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 196 (76.95% from 255) = 30.58%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=32.29%
G=30.58%
B=37.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071962380.130.1800.07255.7155.2685.1
HexCFC4EED12071003755
Octal31730435615220740067125
Binary11001111110001001110111011011001001111000000001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC4EE; }

 p { color: rgb(207,196,238); }

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

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

 a { background-color: rgb(207,196,238); }

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

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

 span { border-color: rgb(207,196,238); }

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