#CCB4EC

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

Shades of Fog #CCB4EC

Tints of Fog #CCB4EC

Color information

#CCB4EC (or 0xCCB4EC) is unknown color: approx Fog. HEX triplet: CC, B4 and EC. RGB value is (204,180,236). Sum of RGB (Red+Green+Blue) = 204+180+236=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4EC is #334B13. Grayscale: #C1C1C1. Windows color (decimal): -3361556 or 15512780. OLE color: 15512780.

HSL color Cylindrical-coordinate representation of color #CCB4EC: hue angle of 265.71º degrees, saturation: 0.6, 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 #CCB4EC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204180236-
CMYK0.140.2400.07
HSL265.71º59.57%81.57%-
HSV(B)265.71º23.73%92.55%-
XYZ56.3651.5486.33-
YUV193.56151.95135.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 180 (70.70% from 255) = 29.03%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=32.90%
G=29.03%
B=38.06%

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
Decimal2041802360.140.2400.07265.7159.5781.57
HexCCB4ECE180710a3c52
Octal31426435416300741274122
Binary11001100101101001110110011101100001111000010101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4EC; }

 p { color: rgb(204,180,236); }

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

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

 a { background-color: rgb(204,180,236); }

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

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

 span { border-color: rgb(204,180,236); }

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