#CCB0F2

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

Shades of Fog #CCB0F2

Tints of Fog #CCB0F2

Color information

#CCB0F2 (or 0xCCB0F2) is unknown color: approx Fog. HEX triplet: CC, B0 and F2. RGB value is (204,176,242). Sum of RGB (Red+Green+Blue) = 204+176+242=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCB0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB0F2 is #334F0D. Grayscale: #BFBFBF. Windows color (decimal): -3362574 or 15904972. OLE color: 15904972.

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

Color convert

RGB204176242-
CMYK0.160.2700.05
HSL265.45º71.74%81.96%-
HSV(B)265.45º27.27%94.9%-
XYZ56.4550.390.74-
YUV191.9156.28136.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 176 (69.14% from 255) = 28.30%
BLUE value IS 242 (94.92% from 255) = 38.91%
R=32.80%
G=28.30%
B=38.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041762420.160.2700.05265.4571.7481.96
HexCCB0F2101B051094852
Octal314260362203305411110122
Binary1100110010110000111100101000011011010110000100110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0F2; }

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

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

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

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

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

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

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

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