#CCC0E9

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

Shades of Fog #CCC0E9

Tints of Fog #CCC0E9

Color information

#CCC0E9 (or 0xCCC0E9) is unknown color: approx Fog. HEX triplet: CC, C0 and E9. RGB value is (204,192,233). Sum of RGB (Red+Green+Blue) = 204+192+233=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCC0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0E9 is #333F16. Grayscale: #C8C8C8. Windows color (decimal): -3358487 or 15319244. OLE color: 15319244.

HSL color Cylindrical-coordinate representation of color #CCC0E9: hue angle of 257.56º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC0E9 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204192233-
CMYK0.120.1800.09
HSL257.56º48.24%83.33%-
HSV(B)257.56º17.6%91.37%-
XYZ58.4656.4284.9-
YUV200.26146.48130.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 192 (75.39% from 255) = 30.52%
BLUE value IS 233 (91.41% from 255) = 37.04%
R=32.43%
G=30.52%
B=37.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041922330.120.1800.09257.5648.2483.33
HexCCC0E9C12091023053
Octal314300351142201140260123
Binary110011001100000011101001110010010010011000000101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0E9; }

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

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

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

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

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

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

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

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