#CCBCE1

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

Shades of Fog #CCBCE1

Tints of Fog #CCBCE1

Color information

#CCBCE1 (or 0xCCBCE1) is unknown color: approx Fog. HEX triplet: CC, BC and E1. RGB value is (204,188,225). Sum of RGB (Red+Green+Blue) = 204+188+225=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCE1 is #33431E. Grayscale: #C4C4C4. Windows color (decimal): -3359519 or 14793932. OLE color: 14793932.

HSL color Cylindrical-coordinate representation of color #CCBCE1: hue angle of 265.95º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCBCE1 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204188225-
CMYK0.090.1600.12
HSL265.95º38.14%80.98%-
HSV(B)265.95º16.44%88.24%-
XYZ56.4854.2478.73-
YUV197143.8132.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 188 (73.83% from 255) = 30.47%
BLUE value IS 225 (88.28% from 255) = 36.47%
R=33.06%
G=30.47%
B=36.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041882250.090.1600.12265.9538.1480.98
HexCCBCE19100C10a2651
Octal314274341112001441246121
Binary110011001011110011100001100110000011001000010101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCE1; }

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

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

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

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

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

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

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

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