#CCBCDE

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

Shades of Fog #CCBCDE

Tints of Fog #CCBCDE

Color information

#CCBCDE (or 0xCCBCDE) is unknown color: approx Fog. HEX triplet: CC, BC and DE. RGB value is (204,188,222). Sum of RGB (Red+Green+Blue) = 204+188+222=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCBCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCDE is #334321. Grayscale: #C4C4C4. Windows color (decimal): -3359522 or 14597324. OLE color: 14597324.

HSL color Cylindrical-coordinate representation of color #CCBCDE: hue angle of 268.24º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCBCDE is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204188222-
CMYK0.080.1500.13
HSL268.24º34%80.39%-
HSV(B)268.24º15.32%87.06%-
XYZ56.0754.0876.59-
YUV196.66142.3133.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=33.22%
G=30.62%
B=36.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041882220.080.1500.13268.243480.39
HexCCBCDE8F0D10c2250
Octal314274336101701541442120
Binary11001100101111001101111010001111011011000011001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCDE; }

 p { color: rgb(204,188,222); }

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

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

 a { background-color: rgb(204,188,222); }

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

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

 span { border-color: rgb(204,188,222); }

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