#CEC2F1

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

Shades of Fog #CEC2F1

Tints of Fog #CEC2F1

Color information

#CEC2F1 (or 0xCEC2F1) is unknown color: approx Fog. HEX triplet: CE, C2 and F1. RGB value is (206,194,241). Sum of RGB (Red+Green+Blue) = 206+194+241=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 194 (76.17% from 255 or 30.27% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEC2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2F1 is #313D0E. Grayscale: #CACACA. Windows color (decimal): -3226895 or 15844046. OLE color: 15844046.

HSL color Cylindrical-coordinate representation of color #CEC2F1: hue angle of 255.32º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEC2F1 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206194241-
CMYK0.150.2000.05
HSL255.32º62.67%85.29%-
HSV(B)255.32º19.5%94.51%-
XYZ60.6258.0691.23-
YUV202.95149.48130.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.14%
GREEN value IS 194 (76.17% from 255) = 30.27%
BLUE value IS 241 (94.53% from 255) = 37.60%
R=32.14%
G=30.27%
B=37.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061942410.150.2000.05255.3262.6785.29
HexCEC2F1F1405ff3f55
Octal31630236117240537777125
Binary1100111011000010111100011111101000101111111111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2F1; }

 p { color: rgb(206,194,241); }

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

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

 a { background-color: rgb(206,194,241); }

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

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

 span { border-color: rgb(206,194,241); }

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