#CCB4F2

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

Shades of Fog #CCB4F2

Tints of Fog #CCB4F2

Color information

#CCB4F2 (or 0xCCB4F2) is unknown color: approx Fog. HEX triplet: CC, B4 and F2. RGB value is (204,180,242). Sum of RGB (Red+Green+Blue) = 204+180+242=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCB4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4F2 is #334B0D. Grayscale: #C2C2C2. Windows color (decimal): -3361550 or 15905996. OLE color: 15905996.

HSL color Cylindrical-coordinate representation of color #CCB4F2: hue angle of 263.23º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCB4F2 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204180242-
CMYK0.160.2600.05
HSL263.23º70.45%82.75%-
HSV(B)263.23º25.62%94.9%-
XYZ57.2551.8991-
YUV194.24154.95134.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 180 (70.70% from 255) = 28.75%
BLUE value IS 242 (94.92% from 255) = 38.66%
R=32.59%
G=28.75%
B=38.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041802420.160.2600.05263.2370.4582.75
HexCCB4F2101A051074653
Octal314264362203205407106123
Binary1100110010110100111100101000011010010110000011110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4F2; }

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

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

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

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

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

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

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

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