#CFC2EE

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

Shades of Fog #CFC2EE

Tints of Fog #CFC2EE

Color information

#CFC2EE (or 0xCFC2EE) is unknown color: approx Fog. HEX triplet: CF, C2 and EE. RGB value is (207,194,238). Sum of RGB (Red+Green+Blue) = 207+194+238=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2EE is #303D11. Grayscale: #CACACA. Windows color (decimal): -3161362 or 15647439. OLE color: 15647439.

HSL color Cylindrical-coordinate representation of color #CFC2EE: hue angle of 257.73º degrees, saturation: 0.56, 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 #CFC2EE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207194238-
CMYK0.130.1800.07
HSL257.73º56.41%84.71%-
HSV(B)257.73º18.49%93.33%-
XYZ60.4658.0288.9-
YUV202.9147.81130.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.39%
GREEN value IS 194 (76.17% from 255) = 30.36%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=32.39%
G=30.36%
B=37.25%

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
Decimal2071942380.130.1800.07257.7356.4184.71
HexCFC2EED12071023855
Octal31730235615220740270125
Binary11001111110000101110111011011001001111000000101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC2EE; }

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

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

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

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

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

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

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

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