#CCC3EB

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

Shades of Fog #CCC3EB

Tints of Fog #CCC3EB

Color information

#CCC3EB (or 0xCCC3EB) is unknown color: approx Fog. HEX triplet: CC, C3 and EB. RGB value is (204,195,235). Sum of RGB (Red+Green+Blue) = 204+195+235=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCC3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3EB is #333C14. Grayscale: #CACACA. Windows color (decimal): -3357717 or 15451084. OLE color: 15451084.

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

Color convert

RGB204195235-
CMYK0.130.1700.08
HSL253.5º50%84.31%-
HSV(B)253.5º17.02%92.16%-
XYZ59.4157.8786.64-
YUV202.25146.48129.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 195 (76.56% from 255) = 30.76%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=32.18%
G=30.76%
B=37.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041952350.130.1700.08253.55084.31
HexCCC3EBD1108fe3254
Octal314303353152101037662124
Binary11001100110000111110101111011000101000111111101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3EB; }

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

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

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

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

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

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

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

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