#CCC1EE

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

Shades of Fog #CCC1EE

Tints of Fog #CCC1EE

Color information

#CCC1EE (or 0xCCC1EE) is unknown color: approx Fog. HEX triplet: CC, C1 and EE. RGB value is (204,193,238). Sum of RGB (Red+Green+Blue) = 204+193+238=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1EE is #333E11. Grayscale: #C9C9C9. Windows color (decimal): -3358226 or 15647180. OLE color: 15647180.

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

Color convert

RGB204193238-
CMYK0.140.1900.07
HSL254.67º56.96%84.51%-
HSV(B)254.67º18.91%93.33%-
XYZ59.457.1588.79-
YUV201.42148.64129.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 193 (75.78% from 255) = 30.39%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=32.13%
G=30.39%
B=37.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041932380.140.1900.07254.6756.9684.51
HexCCC1EEE1307ff3955
Octal31430135616230737771125
Binary1100110011000001111011101110100110111111111111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1EE; }

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

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

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

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

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

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

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

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