#CCB9F9

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

Shades of Fog #CCB9F9

Tints of Fog #CCB9F9

Color information

#CCB9F9 (or 0xCCB9F9) is unknown color: approx Fog. HEX triplet: CC, B9 and F9. RGB value is (204,185,249). Sum of RGB (Red+Green+Blue) = 204+185+249=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9F9 is #334606. Grayscale: #C5C5C5. Windows color (decimal): -3360263 or 16366028. OLE color: 16366028.

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

Color convert

RGB204185249-
CMYK0.180.2600.02
HSL257.81º84.21%85.1%-
HSV(B)257.81º25.7%97.65%-
XYZ59.3554.3796.99-
YUV197.98156.79132.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 185 (72.66% from 255) = 29.00%
BLUE value IS 249 (97.66% from 255) = 39.03%
R=31.97%
G=29.00%
B=39.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041852490.180.2600.02257.8184.2185.1
HexCCB9F9121A021025455
Octal314271371223202402124125
Binary110011001011100111111001100101101001010000001010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9F9; }

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

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

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

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

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

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

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

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