#CCC4EE

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

Shades of Fog #CCC4EE

Tints of Fog #CCC4EE

Color information

#CCC4EE (or 0xCCC4EE) is unknown color: approx Fog. HEX triplet: CC, C4 and EE. RGB value is (204,196,238). Sum of RGB (Red+Green+Blue) = 204+196+238=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4EE is #333B11. Grayscale: #CBCBCB. Windows color (decimal): -3357458 or 15647948. OLE color: 15647948.

HSL color Cylindrical-coordinate representation of color #CCC4EE: hue angle of 251.43º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC4EE is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204196238-
CMYK0.140.1800.07
HSL251.43º55.26%85.1%-
HSV(B)251.43º17.65%93.33%-
XYZ60.0758.4989.01-
YUV203.18147.65128.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 196 (76.95% from 255) = 30.72%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=31.97%
G=30.72%
B=37.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041962380.140.1800.07251.4355.2685.1
HexCCC4EEE1207fb3755
Octal31430435616220737367125
Binary1100110011000100111011101110100100111111110111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4EE; }

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

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

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

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

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

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

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

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