#CCB9FC

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

Shades of Fog #CCB9FC

Tints of Fog #CCB9FC

Color information

#CCB9FC (or 0xCCB9FC) is unknown color: approx Fog. HEX triplet: CC, B9 and FC. RGB value is (204,185,252). Sum of RGB (Red+Green+Blue) = 204+185+252=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCB9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9FC is #334603. Grayscale: #C6C6C6. Windows color (decimal): -3360260 or 16562636. OLE color: 16562636.

HSL color Cylindrical-coordinate representation of color #CCB9FC: hue angle of 257.01º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB9FC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204185252-
CMYK0.190.2700.01
HSL257.01º91.78%85.69%-
HSV(B)257.01º26.59%98.82%-
XYZ59.8254.5699.47-
YUV198.32158.29132.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 185 (72.66% from 255) = 28.86%
BLUE value IS 252 (98.83% from 255) = 39.31%
R=31.83%
G=28.86%
B=39.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041852520.190.2700.01257.0191.7885.69
HexCCB9FC131B011015c56
Octal314271374233301401134126
Binary11001100101110011111110010011110110110000000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9FC; }

 p { color: rgb(204,185,252); }

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

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

 a { background-color: rgb(204,185,252); }

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

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

 span { border-color: rgb(204,185,252); }

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