#CCB9EB

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

Shades of Fog #CCB9EB

Tints of Fog #CCB9EB

Color information

#CCB9EB (or 0xCCB9EB) is unknown color: approx Fog. HEX triplet: CC, B9 and EB. RGB value is (204,185,235). Sum of RGB (Red+Green+Blue) = 204+185+235=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCB9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9EB is #334614. Grayscale: #C4C4C4. Windows color (decimal): -3360277 or 15448524. OLE color: 15448524.

HSL color Cylindrical-coordinate representation of color #CCB9EB: hue angle of 262.8º degrees, saturation: 0.56, 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 #CCB9EB is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204185235-
CMYK0.130.2100.08
HSL262.8º55.56%82.35%-
HSV(B)262.8º21.28%92.16%-
XYZ57.2553.5385.91-
YUV196.38149.79133.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 185 (72.66% from 255) = 29.65%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=32.69%
G=29.65%
B=37.66%

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
Decimal2041852350.130.2100.08262.855.5682.35
HexCCB9EBD15081073852
Octal314271353152501040770122
Binary110011001011100111101011110110101010001000001111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9EB; }

 p { color: rgb(204,185,235); }

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

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

 a { background-color: rgb(204,185,235); }

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

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

 span { border-color: rgb(204,185,235); }

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