#CCBFE7

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

Shades of Fog #CCBFE7

Tints of Fog #CCBFE7

Color information

#CCBFE7 (or 0xCCBFE7) is unknown color: approx Fog. HEX triplet: CC, BF and E7. RGB value is (204,191,231). Sum of RGB (Red+Green+Blue) = 204+191+231=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCBFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBFE7 is #334018. Grayscale: #C7C7C7. Windows color (decimal): -3358745 or 15187916. OLE color: 15187916.

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

Color convert

RGB204191231-
CMYK0.120.1700.09
HSL259.5º45.45%82.75%-
HSV(B)259.5º17.32%90.59%-
XYZ57.9655.8783.33-
YUV199.45145.81131.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 231 (90.62% from 255) = 36.90%
R=32.59%
G=30.51%
B=36.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041912310.120.1700.09259.545.4582.75
HexCCBFE7C11091042d53
Octal314277347142101140455123
Binary110011001011111111100111110010001010011000001001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFE7; }

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

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

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

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

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

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

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

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