#CCB8EF

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

Shades of Fog #CCB8EF

Tints of Fog #CCB8EF

Color information

#CCB8EF (or 0xCCB8EF) is unknown color: approx Fog. HEX triplet: CC, B8 and EF. RGB value is (204,184,239). Sum of RGB (Red+Green+Blue) = 204+184+239=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8EF is #334710. Grayscale: #C4C4C4. Windows color (decimal): -3360529 or 15710412. OLE color: 15710412.

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

Color convert

RGB204184239-
CMYK0.150.2300.06
HSL261.82º63.22%82.94%-
HSV(B)261.82º23.01%93.73%-
XYZ57.6253.3588.92-
YUV196.25152.13133.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 184 (72.27% from 255) = 29.35%
BLUE value IS 239 (93.75% from 255) = 38.12%
R=32.54%
G=29.35%
B=38.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041842390.150.2300.06261.8263.2282.94
HexCCB8EFF17061063f53
Octal31427035717270640677123
Binary11001100101110001110111111111011101101000001101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB8EF; }

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

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

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

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

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

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

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

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