#CEC2DA

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

Shades of Fog #CEC2DA

Tints of Fog #CEC2DA

Color information

#CEC2DA (or 0xCEC2DA) is unknown color: approx Fog. HEX triplet: CE, C2 and DA. RGB value is (206,194,218). Sum of RGB (Red+Green+Blue) = 206+194+218=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2DA is #313D25. Grayscale: #C8C8C8. Windows color (decimal): -3226918 or 14336718. OLE color: 14336718.

HSL color Cylindrical-coordinate representation of color #CEC2DA: hue angle of 270º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEC2DA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206194218-
CMYK0.060.1100.15
HSL270º24.49%80.78%-
HSV(B)270º11.01%85.49%-
XYZ57.456.7774.26-
YUV200.32137.98132.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 194 (76.17% from 255) = 31.39%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=33.33%
G=31.39%
B=35.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061942180.060.1100.1527024.4980.78
HexCEC2DA6B0F10e1851
Octal31630233261301741630121
Binary110011101100001011011010110101101111100001110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2DA; }

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

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

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

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

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

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

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

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