#CCBFE1

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

Shades of Fog #CCBFE1

Tints of Fog #CCBFE1

Color information

#CCBFE1 (or 0xCCBFE1) is unknown color: approx Fog. HEX triplet: CC, BF and E1. RGB value is (204,191,225). Sum of RGB (Red+Green+Blue) = 204+191+225=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFE1 is #33401E. Grayscale: #C6C6C6. Windows color (decimal): -3358751 or 14794700. OLE color: 14794700.

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

Color convert

RGB204191225-
CMYK0.090.1500.12
HSL262.94º36.17%81.57%-
HSV(B)262.94º15.11%88.24%-
XYZ57.1255.5478.94-
YUV198.76142.81131.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 191 (75% from 255) = 30.81%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=32.90%
G=30.81%
B=36.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041912250.090.1500.12262.9436.1781.57
HexCCBFE19F0C1072452
Octal314277341111701440744122
Binary11001100101111111110000110011111011001000001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFE1; }

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

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

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

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

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

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

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

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