#CCC1EB

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

Shades of Fog #CCC1EB

Tints of Fog #CCC1EB

Color information

#CCC1EB (or 0xCCC1EB) is unknown color: approx Fog. HEX triplet: CC, C1 and EB. RGB value is (204,193,235). Sum of RGB (Red+Green+Blue) = 204+193+235=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1EB is #333E14. Grayscale: #C8C8C8. Windows color (decimal): -3358229 or 15450572. OLE color: 15450572.

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

Color convert

RGB204193235-
CMYK0.130.1800.08
HSL255.71º51.22%83.92%-
HSV(B)255.71º17.87%92.16%-
XYZ58.9756.9886.49-
YUV201.08147.14130.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 193 (75.78% from 255) = 30.54%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=32.28%
G=30.54%
B=37.18%

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
Decimal2041932350.130.1800.08255.7151.2283.92
HexCCC1EBD12081003354
Octal314301353152201040063124
Binary110011001100000111101011110110010010001000000001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1EB; }

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

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

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

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

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

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

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

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