#CCB5F9

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

Shades of Fog #CCB5F9

Tints of Fog #CCB5F9

Color information

#CCB5F9 (or 0xCCB5F9) is unknown color: approx Fog. HEX triplet: CC, B5 and F9. RGB value is (204,181,249). Sum of RGB (Red+Green+Blue) = 204+181+249=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCB5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5F9 is #334A06. Grayscale: #C3C3C3. Windows color (decimal): -3361287 or 16365004. OLE color: 16365004.

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

Color convert

RGB204181249-
CMYK0.180.2700.02
HSL260.29º85%84.31%-
HSV(B)260.29º27.31%97.65%-
XYZ58.5252.7296.71-
YUV195.63158.12133.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 181 (71.09% from 255) = 28.55%
BLUE value IS 249 (97.66% from 255) = 39.27%
R=32.18%
G=28.55%
B=39.27%

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
Decimal2041812490.180.2700.02260.298584.31
HexCCB5F9121B021045554
Octal314265371223302404125124
Binary110011001011010111111001100101101101010000010010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5F9; }

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

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

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

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

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

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

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

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