#CCB8EA

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

Shades of Fog #CCB8EA

Tints of Fog #CCB8EA

Color information

#CCB8EA (or 0xCCB8EA) is unknown color: approx Fog. HEX triplet: CC, B8 and EA. RGB value is (204,184,234). Sum of RGB (Red+Green+Blue) = 204+184+234=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCB8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8EA is #334715. Grayscale: #C3C3C3. Windows color (decimal): -3360534 or 15382732. OLE color: 15382732.

HSL color Cylindrical-coordinate representation of color #CCB8EA: hue angle of 264º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCB8EA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204184234-
CMYK0.130.2100.08
HSL264º54.35%81.96%-
HSV(B)264º21.37%91.76%-
XYZ56.8953.0685.08-
YUV195.68149.63133.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 184 (72.27% from 255) = 29.58%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=32.80%
G=29.58%
B=37.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041842340.130.2100.0826454.3581.96
HexCCB8EAD15081083652
Octal314270352152501041066122
Binary110011001011100011101010110110101010001000010001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB8EA; }

 p { color: rgb(204,184,234); }

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

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

 a { background-color: rgb(204,184,234); }

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

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

 span { border-color: rgb(204,184,234); }

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