#CCC3ED

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

Shades of Fog #CCC3ED

Tints of Fog #CCC3ED

Color information

#CCC3ED (or 0xCCC3ED) is unknown color: approx Fog. HEX triplet: CC, C3 and ED. RGB value is (204,195,237). Sum of RGB (Red+Green+Blue) = 204+195+237=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCC3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3ED is #333C12. Grayscale: #CACACA. Windows color (decimal): -3357715 or 15582156. OLE color: 15582156.

HSL color Cylindrical-coordinate representation of color #CCC3ED: hue angle of 252.86º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC3ED is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204195237-
CMYK0.140.1800.07
HSL252.86º53.85%84.71%-
HSV(B)252.86º17.72%92.94%-
XYZ59.757.9888.17-
YUV202.48147.48129.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 195 (76.56% from 255) = 30.66%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=32.08%
G=30.66%
B=37.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041952370.140.1800.07252.8653.8584.71
HexCCC3EDE1207fd3655
Octal31430335516220737566125
Binary1100110011000011111011011110100100111111111011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3ED; }

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

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

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

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

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

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

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

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