#CCB9F0

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

Shades of Fog #CCB9F0

Tints of Fog #CCB9F0

Color information

#CCB9F0 (or 0xCCB9F0) is unknown color: approx Fog. HEX triplet: CC, B9 and F0. RGB value is (204,185,240). Sum of RGB (Red+Green+Blue) = 204+185+240=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCB9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9F0 is #33460F. Grayscale: #C4C4C4. Windows color (decimal): -3360272 or 15776204. OLE color: 15776204.

HSL color Cylindrical-coordinate representation of color #CCB9F0: hue angle of 260.73º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB9F0 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204185240-
CMYK0.150.2300.06
HSL260.73º64.71%83.33%-
HSV(B)260.73º22.92%94.12%-
XYZ57.9853.8389.77-
YUV196.95152.29133.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 185 (72.66% from 255) = 29.41%
BLUE value IS 240 (94.14% from 255) = 38.16%
R=32.43%
G=29.41%
B=38.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041852400.150.2300.06260.7364.7183.33
HexCCB9F0F17061054153
Octal314271360172706405101123
Binary110011001011100111110000111110111011010000010110000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9F0; }

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

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

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

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

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

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

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

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