#CCB3EE

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

Shades of Fog #CCB3EE

Tints of Fog #CCB3EE

Color information

#CCB3EE (or 0xCCB3EE) is unknown color: approx Fog. HEX triplet: CC, B3 and EE. RGB value is (204,179,238). Sum of RGB (Red+Green+Blue) = 204+179+238=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3EE is #334C11. Grayscale: #C0C0C0. Windows color (decimal): -3361810 or 15643596. OLE color: 15643596.

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

Color convert

RGB204179238-
CMYK0.140.2500.07
HSL265.42º63.44%81.76%-
HSV(B)265.42º24.79%93.33%-
XYZ56.4551.2587.81-
YUV193.2153.28135.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 179 (70.31% from 255) = 28.82%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=32.85%
G=28.82%
B=38.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041792380.140.2500.07265.4263.4481.76
HexCCB3EEE19071093f52
Octal31426335616310741177122
Binary11001100101100111110111011101100101111000010011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3EE; }

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

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

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

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

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

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

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

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