#CCBCEB

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

Shades of Fog #CCBCEB

Tints of Fog #CCBCEB

Color information

#CCBCEB (or 0xCCBCEB) is unknown color: approx Fog. HEX triplet: CC, BC and EB. RGB value is (204,188,235). Sum of RGB (Red+Green+Blue) = 204+188+235=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCEB is #334314. Grayscale: #C5C5C5. Windows color (decimal): -3359509 or 15449292. OLE color: 15449292.

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

Color convert

RGB204188235-
CMYK0.130.200.08
HSL260.43º54.02%82.94%-
HSV(B)260.43º20%92.16%-
XYZ57.8854.886.12-
YUV198.14148.8132.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=32.54%
G=29.98%
B=37.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041882350.130.200.08260.4354.0282.94
HexCCBCEBD14081043653
Octal314274353152401040466123
Binary110011001011110011101011110110100010001000001001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCEB; }

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

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

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

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

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

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

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

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