#CCC4EF

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

Shades of Fog #CCC4EF

Tints of Fog #CCC4EF

Color information

#CCC4EF (or 0xCCC4EF) is unknown color: approx Fog. HEX triplet: CC, C4 and EF. RGB value is (204,196,239). Sum of RGB (Red+Green+Blue) = 204+196+239=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCC4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4EF is #333B10. Grayscale: #CBCBCB. Windows color (decimal): -3357457 or 15713484. OLE color: 15713484.

HSL color Cylindrical-coordinate representation of color #CCC4EF: hue angle of 251.16º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC4EF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204196239-
CMYK0.150.1800.06
HSL251.16º57.33%85.29%-
HSV(B)251.16º17.99%93.73%-
XYZ60.2258.5589.79-
YUV203.29148.15128.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 196 (76.95% from 255) = 30.67%
BLUE value IS 239 (93.75% from 255) = 37.40%
R=31.92%
G=30.67%
B=37.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041962390.150.1800.06251.1657.3385.29
HexCCC4EFF1206fb3955
Octal31430435717220637371125
Binary1100110011000100111011111111100100110111110111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4EF; }

 p { color: rgb(204,196,239); }

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

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

 a { background-color: rgb(204,196,239); }

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

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

 span { border-color: rgb(204,196,239); }

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