#CCB1F4

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

Shades of Fog #CCB1F4

Tints of Fog #CCB1F4

Color information

#CCB1F4 (or 0xCCB1F4) is unknown color: approx Fog. HEX triplet: CC, B1 and F4. RGB value is (204,177,244). Sum of RGB (Red+Green+Blue) = 204+177+244=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 244 (95.70% from 255 or 39.04% from 625); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCB1F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB1F4 is #334E0B. Grayscale: #C0C0C0. Windows color (decimal): -3362316 or 16036300. OLE color: 16036300.

HSL color Cylindrical-coordinate representation of color #CCB1F4: hue angle of 264.18º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB1F4 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204177244-
CMYK0.160.2700.04
HSL264.18º75.28%82.55%-
HSV(B)264.18º27.46%95.69%-
XYZ56.9550.8192.39-
YUV192.71156.95136.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 177 (69.53% from 255) = 28.32%
BLUE value IS 244 (95.70% from 255) = 39.04%
R=32.64%
G=28.32%
B=39.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041772440.160.2700.04264.1875.2882.55
HexCCB1F4101B041084b53
Octal314261364203304410113123
Binary1100110010110001111101001000011011010010000100010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1F4; }

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

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

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

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

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

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

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

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