#CCBEE8

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

Shades of Fog #CCBEE8

Tints of Fog #CCBEE8

Color information

#CCBEE8 (or 0xCCBEE8) is unknown color: approx Fog. HEX triplet: CC, BE and E8. RGB value is (204,190,232). Sum of RGB (Red+Green+Blue) = 204+190+232=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEE8 is #334117. Grayscale: #C6C6C6. Windows color (decimal): -3359000 or 15253196. OLE color: 15253196.

HSL color Cylindrical-coordinate representation of color #CCBEE8: hue angle of 260º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCBEE8 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204190232-
CMYK0.120.1800.09
HSL260º47.73%82.75%-
HSV(B)260º18.1%90.98%-
XYZ57.8855.4984-
YUV198.97146.64131.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 190 (74.61% from 255) = 30.35%
BLUE value IS 232 (91.02% from 255) = 37.06%
R=32.59%
G=30.35%
B=37.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041902320.120.1800.0926047.7382.75
HexCCBEE8C12091043053
Octal314276350142201140460123
Binary110011001011111011101000110010010010011000001001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEE8; }

 p { color: rgb(204,190,232); }

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

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

 a { background-color: rgb(204,190,232); }

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

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

 span { border-color: rgb(204,190,232); }

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