#CCB7F9

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

Shades of Fog #CCB7F9

Tints of Fog #CCB7F9

Color information

#CCB7F9 (or 0xCCB7F9) is unknown color: approx Fog. HEX triplet: CC, B7 and F9. RGB value is (204,183,249). Sum of RGB (Red+Green+Blue) = 204+183+249=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCB7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB7F9 is #334806. Grayscale: #C4C4C4. Windows color (decimal): -3360775 or 16365516. OLE color: 16365516.

HSL color Cylindrical-coordinate representation of color #CCB7F9: hue angle of 259.09º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB7F9 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204183249-
CMYK0.180.2700.02
HSL259.09º84.62%84.71%-
HSV(B)259.09º26.51%97.65%-
XYZ58.9353.5496.85-
YUV196.8157.46133.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 183 (71.88% from 255) = 28.77%
BLUE value IS 249 (97.66% from 255) = 39.15%
R=32.08%
G=28.77%
B=39.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041832490.180.2700.02259.0984.6284.71
HexCCB7F9121B021035555
Octal314267371223302403125125
Binary110011001011011111111001100101101101010000001110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB7F9; }

 p { color: rgb(204,183,249); }

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

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

 a { background-color: rgb(204,183,249); }

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

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

 span { border-color: rgb(204,183,249); }

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