#CCC0EB

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

Shades of Fog #CCC0EB

Tints of Fog #CCC0EB

Color information

#CCC0EB (or 0xCCC0EB) is unknown color: approx Fog. HEX triplet: CC, C0 and EB. RGB value is (204,192,235). Sum of RGB (Red+Green+Blue) = 204+192+235=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCC0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0EB is #333F14. Grayscale: #C8C8C8. Windows color (decimal): -3358485 or 15450316. OLE color: 15450316.

HSL color Cylindrical-coordinate representation of color #CCC0EB: hue angle of 256.74º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC0EB is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204192235-
CMYK0.130.1800.08
HSL256.74º51.81%83.73%-
HSV(B)256.74º18.3%92.16%-
XYZ58.7556.5386.41-
YUV200.49147.48130.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 192 (75.39% from 255) = 30.43%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=32.33%
G=30.43%
B=37.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041922350.130.1800.08256.7451.8183.73
HexCCC0EBD12081013454
Octal314300353152201040164124
Binary110011001100000011101011110110010010001000000011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0EB; }

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

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

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

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

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

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

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

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