#CCBAE3

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

Shades of Fog #CCBAE3

Tints of Fog #CCBAE3

Color information

#CCBAE3 (or 0xCCBAE3) is unknown color: approx Fog. HEX triplet: CC, BA and E3. RGB value is (204,186,227). Sum of RGB (Red+Green+Blue) = 204+186+227=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCBAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAE3 is #33451C. Grayscale: #C3C3C3. Windows color (decimal): -3360029 or 14924492. OLE color: 14924492.

HSL color Cylindrical-coordinate representation of color #CCBAE3: hue angle of 266.34º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCBAE3 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204186227-
CMYK0.100.1800.11
HSL266.34º42.27%80.98%-
HSV(B)266.34º18.06%89.02%-
XYZ56.3353.580.03-
YUV196.06145.46133.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=33.06%
G=30.15%
B=36.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041862270.100.1800.11266.3442.2780.98
HexCCBAE3A120B10a2a51
Octal314272343122201341252121
Binary110011001011101011100011101010010010111000010101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAE3; }

 p { color: rgb(204,186,227); }

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

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

 a { background-color: rgb(204,186,227); }

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

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

 span { border-color: rgb(204,186,227); }

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