#CCC0F1

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

Shades of Fog #CCC0F1

Tints of Fog #CCC0F1

Color information

#CCC0F1 (or 0xCCC0F1) is unknown color: approx Fog. HEX triplet: CC, C0 and F1. RGB value is (204,192,241). Sum of RGB (Red+Green+Blue) = 204+192+241=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 192 (75.39% from 255 or 30.14% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCC0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0F1 is #333F0E. Grayscale: #C8C8C8. Windows color (decimal): -3358479 or 15843532. OLE color: 15843532.

HSL color Cylindrical-coordinate representation of color #CCC0F1: hue angle of 254.69º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC0F1 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204192241-
CMYK0.150.2000.05
HSL254.69º63.64%84.9%-
HSV(B)254.69º20.33%94.51%-
XYZ59.6356.8991.06-
YUV201.17150.48130.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 192 (75.39% from 255) = 30.14%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=32.03%
G=30.14%
B=37.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041922410.150.2000.05254.6963.6484.9
HexCCC0F1F1405ff4055
Octal314300361172405377100125
Binary11001100110000001111000111111010001011111111110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0F1; }

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

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

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

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

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

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

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

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