#CCB9EA

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

Shades of Fog #CCB9EA

Tints of Fog #CCB9EA

Color information

#CCB9EA (or 0xCCB9EA) is unknown color: approx Fog. HEX triplet: CC, B9 and EA. RGB value is (204,185,234). Sum of RGB (Red+Green+Blue) = 204+185+234=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCB9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9EA is #334615. Grayscale: #C4C4C4. Windows color (decimal): -3360278 or 15382988. OLE color: 15382988.

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

Color convert

RGB204185234-
CMYK0.130.2100.08
HSL263.27º53.85%82.16%-
HSV(B)263.27º20.94%91.76%-
XYZ57.153.4885.15-
YUV196.27149.29133.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 185 (72.66% from 255) = 29.70%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=32.74%
G=29.70%
B=37.56%

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
Decimal2041852340.130.2100.08263.2753.8582.16
HexCCB9EAD15081073652
Octal314271352152501040766122
Binary110011001011100111101010110110101010001000001111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9EA; }

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

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

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

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

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

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

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

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