#CCB3ED

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

Shades of Fog #CCB3ED

Tints of Fog #CCB3ED

Color information

#CCB3ED (or 0xCCB3ED) is unknown color: approx Fog. HEX triplet: CC, B3 and ED. RGB value is (204,179,237). Sum of RGB (Red+Green+Blue) = 204+179+237=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCB3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3ED is #334C12. Grayscale: #C0C0C0. Windows color (decimal): -3361811 or 15578060. OLE color: 15578060.

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

Color convert

RGB204179237-
CMYK0.140.2400.07
HSL265.86º61.7%81.57%-
HSV(B)265.86º24.47%92.94%-
XYZ56.3151.1987.03-
YUV193.09152.78135.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 179 (70.31% from 255) = 28.87%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=32.90%
G=28.87%
B=38.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041792370.140.2400.07265.8661.781.57
HexCCB3EDE180710a3e52
Octal31426335516300741276122
Binary11001100101100111110110111101100001111000010101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3ED; }

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

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

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

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

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

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

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

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