#CCB1F1

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

Shades of Fog #CCB1F1

Tints of Fog #CCB1F1

Color information

#CCB1F1 (or 0xCCB1F1) is unknown color: approx Fog. HEX triplet: CC, B1 and F1. RGB value is (204,177,241). Sum of RGB (Red+Green+Blue) = 204+177+241=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCB1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB1F1 is #334E0E. Grayscale: #C0C0C0. Windows color (decimal): -3362319 or 15839692. OLE color: 15839692.

HSL color Cylindrical-coordinate representation of color #CCB1F1: hue angle of 265.31º degrees, saturation: 0.7, 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 #CCB1F1 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204177241-
CMYK0.150.2700.05
HSL265.31º69.57%81.96%-
HSV(B)265.31º26.56%94.51%-
XYZ56.550.6390.01-
YUV192.37155.45136.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 177 (69.53% from 255) = 28.46%
BLUE value IS 241 (94.53% from 255) = 38.75%
R=32.80%
G=28.46%
B=38.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041772410.150.2700.05265.3169.5781.96
HexCCB1F1F1B051094652
Octal314261361173305411106122
Binary110011001011000111110001111111011010110000100110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1F1; }

 p { color: rgb(204,177,241); }

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

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

 a { background-color: rgb(204,177,241); }

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

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

 span { border-color: rgb(204,177,241); }

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