#CCC1EA

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

Shades of Fog #CCC1EA

Tints of Fog #CCC1EA

Color information

#CCC1EA (or 0xCCC1EA) is unknown color: approx Fog. HEX triplet: CC, C1 and EA. RGB value is (204,193,234). Sum of RGB (Red+Green+Blue) = 204+193+234=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCC1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1EA is #333E15. Grayscale: #C8C8C8. Windows color (decimal): -3358230 or 15385036. OLE color: 15385036.

HSL color Cylindrical-coordinate representation of color #CCC1EA: hue angle of 256.1º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC1EA is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204193234-
CMYK0.130.1800.08
HSL256.1º49.4%83.73%-
HSV(B)256.1º17.52%91.76%-
XYZ58.8256.9285.73-
YUV200.96146.64130.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 193 (75.78% from 255) = 30.59%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=32.33%
G=30.59%
B=37.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041932340.130.1800.08256.149.483.73
HexCCC1EAD12081003154
Octal314301352152201040061124
Binary110011001100000111101010110110010010001000000001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1EA; }

 p { color: rgb(204,193,234); }

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

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

 a { background-color: rgb(204,193,234); }

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

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

 span { border-color: rgb(204,193,234); }

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