#CCBEE1

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

Shades of Fog #CCBEE1

Tints of Fog #CCBEE1

Color information

#CCBEE1 (or 0xCCBEE1) is unknown color: approx Fog. HEX triplet: CC, BE and E1. RGB value is (204,190,225). Sum of RGB (Red+Green+Blue) = 204+190+225=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEE1 is #33411E. Grayscale: #C6C6C6. Windows color (decimal): -3359007 or 14794444. OLE color: 14794444.

HSL color Cylindrical-coordinate representation of color #CCBEE1: hue angle of 264º degrees, saturation: 0.37, 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 #CCBEE1 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204190225-
CMYK0.090.1600.12
HSL264º36.84%81.37%-
HSV(B)264º15.56%88.24%-
XYZ56.9155.178.87-
YUV198.18143.14132.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=32.96%
G=30.69%
B=36.35%

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
Decimal2041902250.090.1600.1226436.8481.37
HexCCBEE19100C1082551
Octal314276341112001441045121
Binary110011001011111011100001100110000011001000010001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEE1; }

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

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

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

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

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

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

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

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