#CCB8F1

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

Shades of Fog #CCB8F1

Tints of Fog #CCB8F1

Color information

#CCB8F1 (or 0xCCB8F1) is unknown color: approx Fog. HEX triplet: CC, B8 and F1. RGB value is (204,184,241). Sum of RGB (Red+Green+Blue) = 204+184+241=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCB8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8F1 is #33470E. Grayscale: #C4C4C4. Windows color (decimal): -3360527 or 15841484. OLE color: 15841484.

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

Color convert

RGB204184241-
CMYK0.150.2400.05
HSL261.05º67.06%83.33%-
HSV(B)261.05º23.65%94.51%-
XYZ57.9253.4790.49-
YUV196.48153.13133.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 184 (72.27% from 255) = 29.25%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=32.43%
G=29.25%
B=38.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041842410.150.2400.05261.0567.0683.33
HexCCB8F1F18051054353
Octal314270361173005405103123
Binary110011001011100011110001111111000010110000010110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB8F1; }

 p { color: rgb(204,184,241); }

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

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

 a { background-color: rgb(204,184,241); }

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

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

 span { border-color: rgb(204,184,241); }

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