#CCB9F3

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

Shades of Fog #CCB9F3

Tints of Fog #CCB9F3

Color information

#CCB9F3 (or 0xCCB9F3) is unknown color: approx Fog. HEX triplet: CC, B9 and F3. RGB value is (204,185,243). Sum of RGB (Red+Green+Blue) = 204+185+243=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCB9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9F3 is #33460C. Grayscale: #C5C5C5. Windows color (decimal): -3360269 or 15972812. OLE color: 15972812.

HSL color Cylindrical-coordinate representation of color #CCB9F3: hue angle of 259.66º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCB9F3 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204185243-
CMYK0.160.2400.05
HSL259.66º70.73%83.92%-
HSV(B)259.66º23.87%95.29%-
XYZ58.4354.0192.14-
YUV197.29153.79132.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 185 (72.66% from 255) = 29.27%
BLUE value IS 243 (95.31% from 255) = 38.45%
R=32.28%
G=29.27%
B=38.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041852430.160.2400.05259.6670.7383.92
HexCCB9F31018051044754
Octal314271363203005404107124
Binary1100110010111001111100111000011000010110000010010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9F3; }

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

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

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

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

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

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

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

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